Html Css Color HEX #CA77BA Orchid

📋 copy color: '#CA77BA'

red 202 ◦ green 119 ◦ blue 186

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

Shades of Orchid #CA77BA

Tints of Orchid #CA77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 39.84%
G = 23.47%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA77BA (or 0xCA77BA) is known color: Orchid. HEX triplet: CA, 77 and BA. RGB value is (202,119,186). Sum of RGB (Red+Green+Blue) = 202+119+186=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77BA is #358845. Grayscale: #979797. Windows color (decimal): -3508294 or 12220362. OLE color: 12220362.

HSL color Cylindrical-coordinate representation of color #CA77BA: hue angle of 311.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA77BA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 119 186 -
CMYK 0 0.41 0.08 0.21
HSL 311.57º 0.44% 0.63% -
HSV(B) 311.57º 0.41% 0.79% -
XYZ 39.82 29.3 50.01 -
YUV 151.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 202 119 186 0 0.41 0.08 0.21 311.57 0.44 0.63
Hex CA 77 BA 0 29 8 15 138 2C 3F
Octal 312 167 272 0 51 10 25 470 54 77
Binary 11001010 1110111 10111010 0 101001 1000 10101 100111000 101100 111111

Color Harmonies of #CA77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA77BA

Black with #CA77BA

Text Example


Text Example

White with #CA77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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