Html Css Color HEX #C979DA Orchid

📋 copy color: '#C979DA'

red 201 ◦ green 121 ◦ blue 218

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

Shades of Orchid #C979DA

Tints of Orchid #C979DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 37.22%
G = 22.41%
B = 40.37%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C979DA (or 0xC979DA) is known color: Orchid. HEX triplet: C9, 79 and DA. RGB value is (201,121,218). Sum of RGB (Red+Green+Blue) = 201+121+218=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #C979DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979DA is #368625. Grayscale: #9B9B9B. Windows color (decimal): -3573286 or 14318025. OLE color: 14318025.

HSL color Cylindrical-coordinate representation of color #C979DA: hue angle of 289.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C979DA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 121 218 -
CMYK 0.08 0.44 0 0.15
HSL 289.48º 0.57% 0.66% -
HSV(B) 289.48º 0.44% 0.85% -
XYZ 43.58 31.15 70.05 -
YUV 155.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 201 121 218 0.08 0.44 0 0.15 289.48 0.57 0.66
Hex C9 79 DA 8 2C 0 F 121 39 42
Octal 311 171 332 10 54 0 17 441 71 102
Binary 11001001 1111001 11011010 1000 101100 0 1111 100100001 111001 1000010

Color Harmonies of #C979DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979DA

Black with #C979DA

Text Example


Text Example

White with #C979DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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