Html Css Color HEX #CA73CE Orchid

📋 copy color: '#CA73CE'

red 202 ◦ green 115 ◦ blue 206

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

Shades of Orchid #CA73CE

Tints of Orchid #CA73CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.99%

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 38.62%
G = 21.99%
B = 39.39%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA73CE (or 0xCA73CE) is known color: Orchid. HEX triplet: CA, 73 and CE. RGB value is (202,115,206). Sum of RGB (Red+Green+Blue) = 202+115+206=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73CE is #358C31. Grayscale: #979797. Windows color (decimal): -3509298 or 13530058. OLE color: 13530058.

HSL color Cylindrical-coordinate representation of color #CA73CE: hue angle of 297.36º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA73CE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 115 206 -
CMYK 0.02 0.44 0 0.19
HSL 297.36º 0.48% 0.63% -
HSV(B) 297.36º 0.44% 0.81% -
XYZ 41.63 29.27 61.85 -
YUV 151.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 202 115 206 0.02 0.44 0 0.19 297.36 0.48 0.63
Hex CA 73 CE 2 2C 0 13 129 30 3F
Octal 312 163 316 2 54 0 23 451 60 77
Binary 11001010 1110011 11001110 10 101100 0 10011 100101001 110000 111111

Color Harmonies of #CA73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73CE

Black with #CA73CE

Text Example


Text Example

White with #CA73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73CE; }

 p { color: rgb(202,115,206); }

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

background-color css

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

 a { background-color: rgb(202,115,206); }

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

border-color css

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

 span { border-color: rgb(202,115,206); }

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