Html Css Color HEX #C970DC Orchid

📋 copy color: '#C970DC'

red 201 ◦ green 112 ◦ blue 220

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

Shades of Orchid #C970DC

Tints of Orchid #C970DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.01%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 37.71%
G = 21.01%
B = 41.28%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C970DC (or 0xC970DC) is known color: Orchid. HEX triplet: C9, 70 and DC. RGB value is (201,112,220). Sum of RGB (Red+Green+Blue) = 201+112+220=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C970DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970DC is #368F23. Grayscale: #969696. Windows color (decimal): -3575588 or 14446793. OLE color: 14446793.

HSL color Cylindrical-coordinate representation of color #C970DC: hue angle of 289.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C970DC is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 112 220 -
CMYK 0.09 0.49 0 0.14
HSL 289.44º 0.61% 0.65% -
HSV(B) 289.44º 0.49% 0.86% -
XYZ 42.8 29.17 71.09 -
YUV 150.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 201 112 220 0.09 0.49 0 0.14 289.44 0.61 0.65
Hex C9 70 DC 9 31 0 E 121 3D 41
Octal 311 160 334 11 61 0 16 441 75 101
Binary 11001001 1110000 11011100 1001 110001 0 1110 100100001 111101 1000001

Color Harmonies of #C970DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970DC

Black with #C970DC

Text Example


Text Example

White with #C970DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970DC; }

 p { color: rgb(201,112,220); }

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

background-color css

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

 a { background-color: rgb(201,112,220); }

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

border-color css

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

 span { border-color: rgb(201,112,220); }

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