Html Css Color HEX #CA76DE Orchid

📋 copy color: '#CA76DE'

red 202 ◦ green 118 ◦ blue 222

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

Shades of Orchid #CA76DE

Tints of Orchid #CA76DE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.77%

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

R = 37.27%
G = 21.77%
B = 40.96%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA76DE (or 0xCA76DE) is known color: Orchid. HEX triplet: CA, 76 and DE. RGB value is (202,118,222). Sum of RGB (Red+Green+Blue) = 202+118+222=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76DE is #358921. Grayscale: #9A9A9A. Windows color (decimal): -3508514 or 14579402. OLE color: 14579402.

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

Color convert

RGB 202 118 222 -
CMYK 0.09 0.47 0 0.13
HSL 288.46º 0.61% 0.67% -
HSV(B) 288.46º 0.47% 0.87% -
XYZ 44.02 30.79 72.73 -
YUV 154.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 202 118 222 0.09 0.47 0 0.13 288.46 0.61 0.67
Hex CA 76 DE 9 2F 0 D 120 3D 43
Octal 312 166 336 11 57 0 15 440 75 103
Binary 11001010 1110110 11011110 1001 101111 0 1101 100100000 111101 1000011

Color Harmonies of #CA76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76DE

Black with #CA76DE

Text Example


Text Example

White with #CA76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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