Html Css Color HEX #CA66E0 Medium Orchid

📋 copy color: '#CA66E0'

red 202 ◦ green 102 ◦ blue 224

#CA66E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CA66E0

Tints of Medium Orchid #CA66E0

RGB

 RED value IS 202 (79.3% from 255) = 38.26%

 GREEN value IS 102 (40.23% from 255) = 19.32%

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 38.26%
G = 19.32%
B = 42.42%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA66E0 (or 0xCA66E0) is known color: Medium Orchid. HEX triplet: CA, 66 and E0. RGB value is (202,102,224). Sum of RGB (Red+Green+Blue) = 202+102+224=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA66E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66E0 is #35991F. Grayscale: #919191. Windows color (decimal): -3512608 or 14706378. OLE color: 14706378.

HSL color Cylindrical-coordinate representation of color #CA66E0: hue angle of 289.18º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA66E0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 102 224 -
CMYK 0.10 0.54 0 0.12
HSL 289.18º 0.66% 0.64% -
HSV(B) 289.18º 0.54% 0.88% -
XYZ 42.56 27.44 73.57 -
YUV 145.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 202 102 224 0.10 0.54 0 0.12 289.18 0.66 0.64
Hex CA 66 E0 A 36 0 C 121 42 40
Octal 312 146 340 12 66 0 14 441 102 100
Binary 11001010 1100110 11100000 1010 110110 0 1100 100100001 1000010 1000000

Color Harmonies of #CA66E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA66E0

Black with #CA66E0

Text Example


Text Example

White with #CA66E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA66E0; }

 p { color: rgb(202,102,224); }

 H1.HeaderClassName
 {
   color: #CA66E0;
 }
 .AnyTagClassName
 {
   color: #CA66E0;
 }
</style>

background-color css

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

 a { background-color: rgb(202,102,224); }

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

border-color css

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

 span { border-color: rgb(202,102,224); }

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