Html Css Color HEX #D072D7 Orchid

📋 copy color: '#D072D7'

red 208 ◦ green 114 ◦ blue 215

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

Shades of Orchid #D072D7

Tints of Orchid #D072D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 38.73%
G = 21.23%
B = 40.04%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D072D7 (or 0xD072D7) is known color: Orchid. HEX triplet: D0, 72 and D7. RGB value is (208,114,215). Sum of RGB (Red+Green+Blue) = 208+114+215=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #D072D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072D7 is #2F8D28. Grayscale: #999999. Windows color (decimal): -3116329 or 14119632. OLE color: 14119632.

HSL color Cylindrical-coordinate representation of color #D072D7: hue angle of 295.84º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D072D7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 114 215 -
CMYK 0.03 0.47 0 0.16
HSL 295.84º 0.56% 0.65% -
HSV(B) 295.84º 0.47% 0.84% -
XYZ 44.3 30.35 67.81 -
YUV 153.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 208 114 215 0.03 0.47 0 0.16 295.84 0.56 0.65
Hex D0 72 D7 3 2F 0 10 128 38 41
Octal 320 162 327 3 57 0 20 450 70 101
Binary 11010000 1110010 11010111 11 101111 0 10000 100101000 111000 1000001

Color Harmonies of #D072D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072D7

Black with #D072D7

Text Example


Text Example

White with #D072D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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