Html Css Color HEX #C978BA Orchid

📋 copy color: '#C978BA'

red 201 ◦ green 120 ◦ blue 186

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

Shades of Orchid #C978BA

Tints of Orchid #C978BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 39.64%
G = 23.67%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C978BA (or 0xC978BA) is known color: Orchid. HEX triplet: C9, 78 and BA. RGB value is (201,120,186). Sum of RGB (Red+Green+Blue) = 201+120+186=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C978BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978BA is #368745. Grayscale: #979797. Windows color (decimal): -3573574 or 12220617. OLE color: 12220617.

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

Color convert

RGB 201 120 186 -
CMYK 0 0.40 0.07 0.21
HSL 311.11º 0.43% 0.63% -
HSV(B) 311.11º 0.4% 0.79% -
XYZ 39.67 29.4 50.04 -
YUV 151.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 201 120 186 0 0.40 0.07 0.21 311.11 0.43 0.63
Hex C9 78 BA 0 28 7 15 137 2B 3F
Octal 311 170 272 0 50 7 25 467 53 77
Binary 11001001 1111000 10111010 0 101000 111 10101 100110111 101011 111111

Color Harmonies of #C978BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978BA

Black with #C978BA

Text Example


Text Example

White with #C978BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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