Html Css Color HEX #C978DD Orchid

📋 copy color: '#C978DD'

red 201 ◦ green 120 ◦ blue 221

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

Shades of Orchid #C978DD

Tints of Orchid #C978DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 37.08%
G = 22.14%
B = 40.77%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C978DD (or 0xC978DD) is known color: Orchid. HEX triplet: C9, 78 and DD. RGB value is (201,120,221). Sum of RGB (Red+Green+Blue) = 201+120+221=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C978DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978DD is #368722. Grayscale: #9B9B9B. Windows color (decimal): -3573539 or 14514377. OLE color: 14514377.

HSL color Cylindrical-coordinate representation of color #C978DD: hue angle of 288.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C978DD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 120 221 -
CMYK 0.09 0.46 0 0.13
HSL 288.12º 0.6% 0.67% -
HSV(B) 288.12º 0.46% 0.87% -
XYZ 43.86 31.07 72.09 -
YUV 155.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 201 120 221 0.09 0.46 0 0.13 288.12 0.6 0.67
Hex C9 78 DD 9 2E 0 D 120 3C 43
Octal 311 170 335 11 56 0 15 440 74 103
Binary 11001001 1111000 11011101 1001 101110 0 1101 100100000 111100 1000011

Color Harmonies of #C978DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978DD

Black with #C978DD

Text Example


Text Example

White with #C978DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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