Html Css Color HEX #CA77DF Orchid

📋 copy color: '#CA77DF'

red 202 ◦ green 119 ◦ blue 223

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

Shades of Orchid #CA77DF

Tints of Orchid #CA77DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.88%

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 37.13%
G = 21.88%
B = 40.99%

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

#CA77DF (or 0xCA77DF) is known color: Orchid. HEX triplet: CA, 77 and DF. RGB value is (202,119,223). Sum of RGB (Red+Green+Blue) = 202+119+223=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DF is #358820. Grayscale: #9B9B9B. Windows color (decimal): -3508257 or 14645194. OLE color: 14645194.

HSL color Cylindrical-coordinate representation of color #CA77DF: hue angle of 287.88º degrees, saturation: 0.62, 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 #CA77DF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 119 223 -
CMYK 0.09 0.47 0 0.13
HSL 287.88º 0.62% 0.67% -
HSV(B) 287.88º 0.47% 0.87% -
XYZ 44.27 31.08 73.48 -
YUV 155.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 202 119 223 0.09 0.47 0 0.13 287.88 0.62 0.67
Hex CA 77 DF 9 2F 0 D 120 3E 43
Octal 312 167 337 11 57 0 15 440 76 103
Binary 11001010 1110111 11011111 1001 101111 0 1101 100100000 111110 1000011

Color Harmonies of #CA77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77DF

Black with #CA77DF

Text Example


Text Example

White with #CA77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77DF; }

 p { color: rgb(202,119,223); }

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

background-color css

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

 a { background-color: rgb(202,119,223); }

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

border-color css

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

 span { border-color: rgb(202,119,223); }

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