Html Css Color HEX #C979CC Orchid

📋 copy color: '#C979CC'

red 201 ◦ green 121 ◦ blue 204

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

Shades of Orchid #C979CC

Tints of Orchid #C979CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 38.21%
G = 23%
B = 38.78%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C979CC (or 0xC979CC) is known color: Orchid. HEX triplet: C9, 79 and CC. RGB value is (201,121,204). Sum of RGB (Red+Green+Blue) = 201+121+204=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #C979CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979CC is #368633. Grayscale: #9A9A9A. Windows color (decimal): -3573300 or 13400521. OLE color: 13400521.

HSL color Cylindrical-coordinate representation of color #C979CC: hue angle of 297.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C979CC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 121 204 -
CMYK 0.01 0.41 0 0.2
HSL 297.83º 0.45% 0.64% -
HSV(B) 297.83º 0.41% 0.8% -
XYZ 41.82 30.45 60.8 -
YUV 154.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 201 121 204 0.01 0.41 0 0.2 297.83 0.45 0.64
Hex C9 79 CC 1 29 0 14 12A 2D 40
Octal 311 171 314 1 51 0 24 452 55 100
Binary 11001001 1111001 11001100 1 101001 0 10100 100101010 101101 1000000

Color Harmonies of #C979CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979CC

Black with #C979CC

Text Example


Text Example

White with #C979CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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