Html Css Color HEX #C970D2 Orchid

📋 copy color: '#C970D2'

red 201 ◦ green 112 ◦ blue 210

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

Shades of Orchid #C970D2

Tints of Orchid #C970D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 38.43%
G = 21.41%
B = 40.15%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C970D2 (or 0xC970D2) is known color: Orchid. HEX triplet: C9, 70 and D2. RGB value is (201,112,210). Sum of RGB (Red+Green+Blue) = 201+112+210=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #C970D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970D2 is #368F2D. Grayscale: #959595. Windows color (decimal): -3575598 or 13791433. OLE color: 13791433.

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

Color convert

RGB 201 112 210 -
CMYK 0.04 0.47 0 0.18
HSL 294.49º 0.52% 0.63% -
HSV(B) 294.49º 0.47% 0.82% -
XYZ 41.51 28.66 64.32 -
YUV 149.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 201 112 210 0.04 0.47 0 0.18 294.49 0.52 0.63
Hex C9 70 D2 4 2F 0 12 126 34 3F
Octal 311 160 322 4 57 0 22 446 64 77
Binary 11001001 1110000 11010010 100 101111 0 10010 100100110 110100 111111

Color Harmonies of #C970D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970D2

Black with #C970D2

Text Example


Text Example

White with #C970D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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