Html Css Color HEX #C978BC Orchid

📋 copy color: '#C978BC'

red 201 ◦ green 120 ◦ blue 188

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

Shades of Orchid #C978BC

Tints of Orchid #C978BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 39.49%
G = 23.58%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C978BC (or 0xC978BC) is known color: Orchid. HEX triplet: C9, 78 and BC. RGB value is (201,120,188). Sum of RGB (Red+Green+Blue) = 201+120+188=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C978BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978BC is #368743. Grayscale: #979797. Windows color (decimal): -3573572 or 12351689. OLE color: 12351689.

HSL color Cylindrical-coordinate representation of color #C978BC: hue angle of 309.63º 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 #C978BC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 120 188 -
CMYK 0 0.40 0.06 0.21
HSL 309.63º 0.43% 0.63% -
HSV(B) 309.63º 0.4% 0.79% -
XYZ 39.88 29.48 51.17 -
YUV 151.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 201 120 188 0 0.40 0.06 0.21 309.63 0.43 0.63
Hex C9 78 BC 0 28 6 15 136 2B 3F
Octal 311 170 274 0 50 6 25 466 53 77
Binary 11001001 1111000 10111100 0 101000 110 10101 100110110 101011 111111

Color Harmonies of #C978BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978BC

Black with #C978BC

Text Example


Text Example

White with #C978BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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