Html Css Color HEX #CA64DE Medium Orchid

📋 copy color: '#CA64DE'

red 202 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #CA64DE

Tints of Medium Orchid #CA64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 38.55%
G = 19.08%
B = 42.37%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA64DE (or 0xCA64DE) is known color: Medium Orchid. HEX triplet: CA, 64 and DE. RGB value is (202,100,222). Sum of RGB (Red+Green+Blue) = 202+100+222=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64DE is #359B21. Grayscale: #909090. Windows color (decimal): -3513122 or 14574794. OLE color: 14574794.

HSL color Cylindrical-coordinate representation of color #CA64DE: hue angle of 290.16º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA64DE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 100 222 -
CMYK 0.09 0.55 0 0.13
HSL 290.16º 0.65% 0.63% -
HSV(B) 290.16º 0.55% 0.87% -
XYZ 42.1 26.94 72.09 -
YUV 144.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 202 100 222 0.09 0.55 0 0.13 290.16 0.65 0.63
Hex CA 64 DE 9 37 0 D 122 41 3F
Octal 312 144 336 11 67 0 15 442 101 77
Binary 11001010 1100100 11011110 1001 110111 0 1101 100100010 1000001 111111

Color Harmonies of #CA64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64DE

Black with #CA64DE

Text Example


Text Example

White with #CA64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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