Html Css Color HEX #C979CA Orchid

📋 copy color: '#C979CA'

red 201 ◦ green 121 ◦ blue 202

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

Shades of Orchid #C979CA

Tints of Orchid #C979CA

RGB

 RED value IS 201 (78.91% from 255) = 38.36%

 GREEN value IS 121 (47.66% from 255) = 23.09%

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 38.36%
G = 23.09%
B = 38.55%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C979CA (or 0xC979CA) is known color: Orchid. HEX triplet: C9, 79 and CA. RGB value is (201,121,202). Sum of RGB (Red+Green+Blue) = 201+121+202=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C979CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979CA is #368635. Grayscale: #999999. Windows color (decimal): -3573302 or 13269449. OLE color: 13269449.

HSL color Cylindrical-coordinate representation of color #C979CA: hue angle of 299.26º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C979CA is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 121 202 -
CMYK 0.00 0.40 0 0.21
HSL 299.26º 0.43% 0.63% -
HSV(B) 299.26º 0.4% 0.79% -
XYZ 41.59 30.36 59.54 -
YUV 154.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 201 121 202 0.00 0.40 0 0.21 299.26 0.43 0.63
Hex C9 79 CA 0 28 0 15 12B 2B 3F
Octal 311 171 312 0 50 0 25 453 53 77
Binary 11001001 1111001 11001010 0 101000 0 10101 100101011 101011 111111

Color Harmonies of #C979CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979CA

Black with #C979CA

Text Example


Text Example

White with #C979CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979CA; }

 p { color: rgb(201,121,202); }

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

background-color css

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

 a { background-color: rgb(201,121,202); }

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

border-color css

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

 span { border-color: rgb(201,121,202); }

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