Html Css Color HEX #C972DD Orchid

📋 copy color: '#C972DD'

red 201 ◦ green 114 ◦ blue 221

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

Shades of Orchid #C972DD

Tints of Orchid #C972DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.27%

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 37.5%
G = 21.27%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C972DD (or 0xC972DD) is known color: Orchid. HEX triplet: C9, 72 and DD. RGB value is (201,114,221). Sum of RGB (Red+Green+Blue) = 201+114+221=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C972DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972DD is #368D22. Grayscale: #979797. Windows color (decimal): -3575075 or 14512841. OLE color: 14512841.

HSL color Cylindrical-coordinate representation of color #C972DD: hue angle of 288.79º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C972DD is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 114 221 -
CMYK 0.09 0.48 0 0.13
HSL 288.79º 0.61% 0.66% -
HSV(B) 288.79º 0.48% 0.87% -
XYZ 43.16 29.67 71.86 -
YUV 152.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 201 114 221 0.09 0.48 0 0.13 288.79 0.61 0.66
Hex C9 72 DD 9 30 0 D 121 3D 42
Octal 311 162 335 11 60 0 15 441 75 102
Binary 11001001 1110010 11011101 1001 110000 0 1101 100100001 111101 1000010

Color Harmonies of #C972DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972DD

Black with #C972DD

Text Example


Text Example

White with #C972DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972DD; }

 p { color: rgb(201,114,221); }

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

background-color css

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

 a { background-color: rgb(201,114,221); }

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

border-color css

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

 span { border-color: rgb(201,114,221); }

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