Html Css Color HEX #C979CD Orchid

📋 copy color: '#C979CD'

red 201 ◦ green 121 ◦ blue 205

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

Shades of Orchid #C979CD

Tints of Orchid #C979CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.9%

R = 38.14%
G = 22.96%
B = 38.9%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C979CD (or 0xC979CD) is known color: Orchid. HEX triplet: C9, 79 and CD. RGB value is (201,121,205). Sum of RGB (Red+Green+Blue) = 201+121+205=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C979CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979CD is #368632. Grayscale: #9A9A9A. Windows color (decimal): -3573299 or 13466057. OLE color: 13466057.

HSL color Cylindrical-coordinate representation of color #C979CD: hue angle of 297.14º degrees, saturation: 0.46, 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 #C979CD is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 121 205 -
CMYK 0.02 0.41 0 0.20
HSL 297.14º 0.46% 0.64% -
HSV(B) 297.14º 0.41% 0.8% -
XYZ 41.94 30.5 61.43 -
YUV 154.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 201 121 205 0.02 0.41 0 0.20 297.14 0.46 0.64
Hex C9 79 CD 2 29 0 14 129 2E 40
Octal 311 171 315 2 51 0 24 451 56 100
Binary 11001001 1111001 11001101 10 101001 0 10100 100101001 101110 1000000

Color Harmonies of #C979CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979CD

Black with #C979CD

Text Example


Text Example

White with #C979CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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