#CA45FF

Color #CA45FF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CA45FF

Tints of Medium Orchid #CA45FF

Color information

#CA45FF (or 0xCA45FF) is unknown color: approx Medium Orchid. HEX triplet: CA, 45 and FF. RGB value is (202,69,255). Sum of RGB (Red+Green+Blue) = 202+69+255=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 69 (27.34% from 255 or 13.12% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA45FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45FF is #35BA00. Grayscale: #818181. Windows color (decimal): -3521025 or 16729546. OLE color: 16729546.

HSL color Cylindrical-coordinate representation of color #CA45FF: hue angle of 282.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA45FF is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20269255-
CMYK0.210.7300
HSL282.9º100%63.53%-
HSV(B)282.9º72.94%100%-
XYZ44.5424.0396.9-
YUV129.97198.56179.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 69 (27.34% from 255) = 13.12%
BLUE value IS 255 (100% from 255) = 48.48%
R=38.40%
G=13.12%
B=48.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202692550.210.7300282.910063.53
HexCA45FF15490011b6440
Octal3121053772511100433144100
Binary110010101000101111111111010110010010010001101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45FF; }

 p { color: rgb(202,69,255); }

 H1.HeaderClassName
 {
   color: #CA45FF;
 }
 .AnyTagClassName
 {
   color: #CA45FF;
 }
</style>
background-color css

<style>
 a { background-color: #CA45FF; }

 a { background-color: rgb(202,69,255); }

 div.DivClassName
 {
   background-color: #CA45FF;
 }
 .BgClassName
 {
   background-color: #CA45FF;
 }
</style>
border-color css

<style>
 span { border-color: #CA45FF; }

 span { border-color: rgb(202,69,255); }

 td.TdClassName
 {
   border-color: #CA45FF;
 }
 .TagClassName
 {
   border-color: #CA45FF;
 }
</style>