Html Css Color HEX #C978DF Orchid

📋 copy color: '#C978DF'

red 201 ◦ green 120 ◦ blue 223

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

Shades of Orchid #C978DF

Tints of Orchid #C978DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 36.95%
G = 22.06%
B = 40.99%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C978DF (or 0xC978DF) is known color: Orchid. HEX triplet: C9, 78 and DF. RGB value is (201,120,223). Sum of RGB (Red+Green+Blue) = 201+120+223=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #C978DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978DF is #368720. Grayscale: #9B9B9B. Windows color (decimal): -3573537 or 14645449. OLE color: 14645449.

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

Color convert

RGB 201 120 223 -
CMYK 0.10 0.46 0 0.13
HSL 287.18º 0.62% 0.67% -
HSV(B) 287.18º 0.46% 0.87% -
XYZ 44.12 31.18 73.5 -
YUV 155.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 201 120 223 0.10 0.46 0 0.13 287.18 0.62 0.67
Hex C9 78 DF A 2E 0 D 11F 3E 43
Octal 311 170 337 12 56 0 15 437 76 103
Binary 11001001 1111000 11011111 1010 101110 0 1101 100011111 111110 1000011

Color Harmonies of #C978DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C978DF

Black with #C978DF

Text Example


Text Example

White with #C978DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C978DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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