Html Css Color HEX #C970D1 Orchid

📋 copy color: '#C970D1'

red 201 ◦ green 112 ◦ blue 209

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

Shades of Orchid #C970D1

Tints of Orchid #C970D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 38.51%
G = 21.46%
B = 40.04%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C970D1 (or 0xC970D1) is known color: Orchid. HEX triplet: C9, 70 and D1. RGB value is (201,112,209). Sum of RGB (Red+Green+Blue) = 201+112+209=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #C970D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970D1 is #368F2E. Grayscale: #959595. Windows color (decimal): -3575599 or 13725897. OLE color: 13725897.

HSL color Cylindrical-coordinate representation of color #C970D1: hue angle of 295.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C970D1 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 112 209 -
CMYK 0.04 0.46 0 0.18
HSL 295.05º 0.51% 0.63% -
HSV(B) 295.05º 0.46% 0.82% -
XYZ 41.39 28.61 63.66 -
YUV 149.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 201 112 209 0.04 0.46 0 0.18 295.05 0.51 0.63
Hex C9 70 D1 4 2E 0 12 127 33 3F
Octal 311 160 321 4 56 0 22 447 63 77
Binary 11001001 1110000 11010001 100 101110 0 10010 100100111 110011 111111

Color Harmonies of #C970D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970D1

Black with #C970D1

Text Example


Text Example

White with #C970D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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