Html Css Color HEX #D072CD Orchid

📋 copy color: '#D072CD'

red 208 ◦ green 114 ◦ blue 205

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

Shades of Orchid #D072CD

Tints of Orchid #D072CD

RGB

 RED value IS 208 (81.64% from 255) = 39.47%

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

 BLUE value IS 205 (80.47% from 255) = 38.9%

R = 39.47%
G = 21.63%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D072CD (or 0xD072CD) is known color: Orchid. HEX triplet: D0, 72 and CD. RGB value is (208,114,205). Sum of RGB (Red+Green+Blue) = 208+114+205=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D072CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072CD is #2F8D32. Grayscale: #989898. Windows color (decimal): -3116339 or 13464272. OLE color: 13464272.

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

Color convert

RGB 208 114 205 -
CMYK 0 0.45 0.01 0.18
HSL 301.91º 0.5% 0.63% -
HSV(B) 301.91º 0.45% 0.82% -
XYZ 43.05 29.85 61.25 -
YUV 152.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 208 114 205 0 0.45 0.01 0.18 301.91 0.5 0.63
Hex D0 72 CD 0 2D 1 12 12E 32 3F
Octal 320 162 315 0 55 1 22 456 62 77
Binary 11010000 1110010 11001101 0 101101 1 10010 100101110 110010 111111

Color Harmonies of #D072CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072CD

Black with #D072CD

Text Example


Text Example

White with #D072CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072CD; }

 p { color: rgb(208,114,205); }

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

background-color css

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

 a { background-color: rgb(208,114,205); }

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

border-color css

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

 span { border-color: rgb(208,114,205); }

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