Html Css Color HEX #C970DF Orchid

📋 copy color: '#C970DF'

red 201 ◦ green 112 ◦ blue 223

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

Shades of Orchid #C970DF

Tints of Orchid #C970DF

RGB

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

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

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

R = 37.5%
G = 20.9%
B = 41.6%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C970DF (or 0xC970DF) is known color: Orchid. HEX triplet: C9, 70 and DF. RGB value is (201,112,223). Sum of RGB (Red+Green+Blue) = 201+112+223=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #C970DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970DF is #368F20. Grayscale: #969696. Windows color (decimal): -3575585 or 14643401. OLE color: 14643401.

HSL color Cylindrical-coordinate representation of color #C970DF: hue angle of 288.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C970DF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 112 223 -
CMYK 0.10 0.50 0 0.13
HSL 288.11º 0.63% 0.66% -
HSV(B) 288.11º 0.5% 0.87% -
XYZ 43.2 29.33 73.2 -
YUV 151.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 201 112 223 0.10 0.50 0 0.13 288.11 0.63 0.66
Hex C9 70 DF A 32 0 D 120 3F 42
Octal 311 160 337 12 62 0 15 440 77 102
Binary 11001001 1110000 11011111 1010 110010 0 1101 100100000 111111 1000010

Color Harmonies of #C970DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970DF

Black with #C970DF

Text Example


Text Example

White with #C970DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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