Html Css Color HEX #C978B9 Orchid

📋 copy color: '#C978B9'

red 201 ◦ green 120 ◦ blue 185

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

Shades of Orchid #C978B9

Tints of Orchid #C978B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 39.72%
G = 23.72%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C978B9 (or 0xC978B9) is known color: Orchid. HEX triplet: C9, 78 and B9. RGB value is (201,120,185). Sum of RGB (Red+Green+Blue) = 201+120+185=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C978B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978B9 is #368746. Grayscale: #979797. Windows color (decimal): -3573575 or 12155081. OLE color: 12155081.

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

Color convert

RGB 201 120 185 -
CMYK 0 0.40 0.08 0.21
HSL 311.85º 0.43% 0.63% -
HSV(B) 311.85º 0.4% 0.79% -
XYZ 39.56 29.35 49.48 -
YUV 151.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 201 120 185 0 0.40 0.08 0.21 311.85 0.43 0.63
Hex C9 78 B9 0 28 8 15 138 2B 3F
Octal 311 170 271 0 50 10 25 470 53 77
Binary 11001001 1111000 10111001 0 101000 1000 10101 100111000 101011 111111

Color Harmonies of #C978B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978B9

Black with #C978B9

Text Example


Text Example

White with #C978B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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