Html Css Color HEX #CA76C7 Orchid

📋 copy color: '#CA76C7'

red 202 ◦ green 118 ◦ blue 199

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

Shades of Orchid #CA76C7

Tints of Orchid #CA76C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.34%

R = 38.92%
G = 22.74%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA76C7 (or 0xCA76C7) is known color: Orchid. HEX triplet: CA, 76 and C7. RGB value is (202,118,199). Sum of RGB (Red+Green+Blue) = 202+118+199=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76C7 is #358938. Grayscale: #989898. Windows color (decimal): -3508537 or 13072074. OLE color: 13072074.

HSL color Cylindrical-coordinate representation of color #CA76C7: hue angle of 302.14º 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 #CA76C7 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 199 -
CMYK 0 0.42 0.01 0.21
HSL 302.14º 0.44% 0.63% -
HSV(B) 302.14º 0.42% 0.79% -
XYZ 41.14 29.64 57.58 -
YUV 152.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 202 118 199 0 0.42 0.01 0.21 302.14 0.44 0.63
Hex CA 76 C7 0 2A 1 15 12E 2C 3F
Octal 312 166 307 0 52 1 25 456 54 77
Binary 11001010 1110110 11000111 0 101010 1 10101 100101110 101100 111111

Color Harmonies of #CA76C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76C7

Black with #CA76C7

Text Example


Text Example

White with #CA76C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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