Html Css Color HEX #CA76BA Orchid

📋 copy color: '#CA76BA'

red 202 ◦ green 118 ◦ blue 186

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

Shades of Orchid #CA76BA

Tints of Orchid #CA76BA

RGB

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

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

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

R = 39.92%
G = 23.32%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA76BA (or 0xCA76BA) is known color: Orchid. HEX triplet: CA, 76 and BA. RGB value is (202,118,186). Sum of RGB (Red+Green+Blue) = 202+118+186=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76BA is #358945. Grayscale: #969696. Windows color (decimal): -3508550 or 12220106. OLE color: 12220106.

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

Color convert

RGB 202 118 186 -
CMYK 0 0.42 0.08 0.21
HSL 311.43º 0.44% 0.63% -
HSV(B) 311.43º 0.42% 0.79% -
XYZ 39.7 29.06 49.97 -
YUV 150.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 202 118 186 0 0.42 0.08 0.21 311.43 0.44 0.63
Hex CA 76 BA 0 2A 8 15 137 2C 3F
Octal 312 166 272 0 52 10 25 467 54 77
Binary 11001010 1110110 10111010 0 101010 1000 10101 100110111 101100 111111

Color Harmonies of #CA76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76BA

Black with #CA76BA

Text Example


Text Example

White with #CA76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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