Html Css Color HEX #C978DE Orchid

📋 copy color: '#C978DE'

red 201 ◦ green 120 ◦ blue 222

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

Shades of Orchid #C978DE

Tints of Orchid #C978DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 37.02%
G = 22.1%
B = 40.88%

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

#C978DE (or 0xC978DE) is known color: Orchid. HEX triplet: C9, 78 and DE. RGB value is (201,120,222). Sum of RGB (Red+Green+Blue) = 201+120+222=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #C978DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978DE is #368721. Grayscale: #9B9B9B. Windows color (decimal): -3573538 or 14579913. OLE color: 14579913.

HSL color Cylindrical-coordinate representation of color #C978DE: hue angle of 287.65º degrees, saturation: 0.61, 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 #C978DE is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 120 222 -
CMYK 0.09 0.46 0 0.13
HSL 287.65º 0.61% 0.67% -
HSV(B) 287.65º 0.46% 0.87% -
XYZ 43.99 31.12 72.8 -
YUV 155.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 201 120 222 0.09 0.46 0 0.13 287.65 0.61 0.67
Hex C9 78 DE 9 2E 0 D 120 3D 43
Octal 311 170 336 11 56 0 15 440 75 103
Binary 11001001 1111000 11011110 1001 101110 0 1101 100100000 111101 1000011

Color Harmonies of #C978DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978DE

Black with #C978DE

Text Example


Text Example

White with #C978DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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