Html Css Color HEX #CA64DB Medium Orchid

📋 copy color: '#CA64DB'

red 202 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #CA64DB

Tints of Medium Orchid #CA64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.19%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 38.77%
G = 19.19%
B = 42.03%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA64DB (or 0xCA64DB) is known color: Medium Orchid. HEX triplet: CA, 64 and DB. RGB value is (202,100,219). Sum of RGB (Red+Green+Blue) = 202+100+219=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64DB is #359B24. Grayscale: #8F8F8F. Windows color (decimal): -3513125 or 14378186. OLE color: 14378186.

HSL color Cylindrical-coordinate representation of color #CA64DB: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA64DB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 100 219 -
CMYK 0.08 0.54 0 0.14
HSL 291.43º 0.62% 0.63% -
HSV(B) 291.43º 0.54% 0.86% -
XYZ 41.7 26.79 69.99 -
YUV 144.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 202 100 219 0.08 0.54 0 0.14 291.43 0.62 0.63
Hex CA 64 DB 8 36 0 E 123 3E 3F
Octal 312 144 333 10 66 0 16 443 76 77
Binary 11001010 1100100 11011011 1000 110110 0 1110 100100011 111110 111111

Color Harmonies of #CA64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64DB

Black with #CA64DB

Text Example


Text Example

White with #CA64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64DB; }

 p { color: rgb(202,100,219); }

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

background-color css

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

 a { background-color: rgb(202,100,219); }

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

border-color css

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

 span { border-color: rgb(202,100,219); }

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