Html Css Color HEX #C972D9 Orchid

📋 copy color: '#C972D9'

red 201 ◦ green 114 ◦ blue 217

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

Shades of Orchid #C972D9

Tints of Orchid #C972D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.79%

R = 37.78%
G = 21.43%
B = 40.79%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C972D9 (or 0xC972D9) is known color: Orchid. HEX triplet: C9, 72 and D9. RGB value is (201,114,217). Sum of RGB (Red+Green+Blue) = 201+114+217=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 217 - color contains mainly: blue. Hex color #C972D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972D9 is #368D26. Grayscale: #979797. Windows color (decimal): -3575079 or 14250697. OLE color: 14250697.

HSL color Cylindrical-coordinate representation of color #C972D9: hue angle of 290.68º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C972D9 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 114 217 -
CMYK 0.07 0.47 0 0.15
HSL 290.68º 0.58% 0.65% -
HSV(B) 290.68º 0.47% 0.85% -
XYZ 42.63 29.46 69.09 -
YUV 151.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 201 114 217 0.07 0.47 0 0.15 290.68 0.58 0.65
Hex C9 72 D9 7 2F 0 F 123 3A 41
Octal 311 162 331 7 57 0 17 443 72 101
Binary 11001001 1110010 11011001 111 101111 0 1111 100100011 111010 1000001

Color Harmonies of #C972D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972D9

Black with #C972D9

Text Example


Text Example

White with #C972D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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