Html Css Color HEX #C978CE Orchid

📋 copy color: '#C978CE'

red 201 ◦ green 120 ◦ blue 206

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

Shades of Orchid #C978CE

Tints of Orchid #C978CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.77%

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 38.14%
G = 22.77%
B = 39.09%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C978CE (or 0xC978CE) is known color: Orchid. HEX triplet: C9, 78 and CE. RGB value is (201,120,206). Sum of RGB (Red+Green+Blue) = 201+120+206=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C978CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978CE is #368731. Grayscale: #999999. Windows color (decimal): -3573554 or 13531337. OLE color: 13531337.

HSL color Cylindrical-coordinate representation of color #C978CE: hue angle of 296.51º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C978CE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 120 206 -
CMYK 0.02 0.42 0 0.19
HSL 296.51º 0.47% 0.64% -
HSV(B) 296.51º 0.42% 0.81% -
XYZ 41.94 30.31 62.03 -
YUV 154.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 201 120 206 0.02 0.42 0 0.19 296.51 0.47 0.64
Hex C9 78 CE 2 2A 0 13 129 2F 40
Octal 311 170 316 2 52 0 23 451 57 100
Binary 11001001 1111000 11001110 10 101010 0 10011 100101001 101111 1000000

Color Harmonies of #C978CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978CE

Black with #C978CE

Text Example


Text Example

White with #C978CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978CE; }

 p { color: rgb(201,120,206); }

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

background-color css

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

 a { background-color: rgb(201,120,206); }

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

border-color css

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

 span { border-color: rgb(201,120,206); }

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