Html Css Color HEX #CA76C6 Orchid

📋 copy color: '#CA76C6'

red 202 ◦ green 118 ◦ blue 198

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

Shades of Orchid #CA76C6

Tints of Orchid #CA76C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 39%
G = 22.78%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA76C6 (or 0xCA76C6) is known color: Orchid. HEX triplet: CA, 76 and C6. RGB value is (202,118,198). Sum of RGB (Red+Green+Blue) = 202+118+198=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76C6 is #358939. Grayscale: #979797. Windows color (decimal): -3508538 or 13006538. OLE color: 13006538.

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

Color convert

RGB 202 118 198 -
CMYK 0 0.42 0.02 0.21
HSL 302.86º 0.44% 0.63% -
HSV(B) 302.86º 0.42% 0.79% -
XYZ 41.03 29.59 56.98 -
YUV 152.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 202 118 198 0 0.42 0.02 0.21 302.86 0.44 0.63
Hex CA 76 C6 0 2A 2 15 12F 2C 3F
Octal 312 166 306 0 52 2 25 457 54 77
Binary 11001010 1110110 11000110 0 101010 10 10101 100101111 101100 111111

Color Harmonies of #CA76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76C6

Black with #CA76C6

Text Example


Text Example

White with #CA76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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