Html Css Color HEX #D972CE Orchid

📋 copy color: '#D972CE'

red 217 ◦ green 114 ◦ blue 206

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

Shades of Orchid #D972CE

Tints of Orchid #D972CE

RGB

 RED value IS 217 (85.16% from 255) = 40.41%

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 40.41%
G = 21.23%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D972CE (or 0xD972CE) is known color: Orchid. HEX triplet: D9, 72 and CE. RGB value is (217,114,206). Sum of RGB (Red+Green+Blue) = 217+114+206=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D972CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972CE is #268D31. Grayscale: #9B9B9B. Windows color (decimal): -2526514 or 13529817. OLE color: 13529817.

HSL color Cylindrical-coordinate representation of color #D972CE: hue angle of 306.41º 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 #D972CE is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 206 -
CMYK 0 0.47 0.05 0.15
HSL 306.41º 0.58% 0.65% -
HSV(B) 306.41º 0.47% 0.85% -
XYZ 45.77 31.24 62.01 -
YUV 155.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 217 114 206 0 0.47 0.05 0.15 306.41 0.58 0.65
Hex D9 72 CE 0 2F 5 F 132 3A 41
Octal 331 162 316 0 57 5 17 462 72 101
Binary 11011001 1110010 11001110 0 101111 101 1111 100110010 111010 1000001

Color Harmonies of #D972CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972CE

Black with #D972CE

Text Example


Text Example

White with #D972CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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