Html Css Color HEX #D072CC Orchid

📋 copy color: '#D072CC'

red 208 ◦ green 114 ◦ blue 204

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

Shades of Orchid #D072CC

Tints of Orchid #D072CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 39.54%
G = 21.67%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D072CC (or 0xD072CC) is known color: Orchid. HEX triplet: D0, 72 and CC. RGB value is (208,114,204). Sum of RGB (Red+Green+Blue) = 208+114+204=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D072CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072CC is #2F8D33. Grayscale: #989898. Windows color (decimal): -3116340 or 13398736. OLE color: 13398736.

HSL color Cylindrical-coordinate representation of color #D072CC: hue angle of 302.55º 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 #D072CC is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 204 -
CMYK 0 0.45 0.02 0.18
HSL 302.55º 0.5% 0.63% -
HSV(B) 302.55º 0.45% 0.82% -
XYZ 42.93 29.8 60.62 -
YUV 152.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 208 114 204 0 0.45 0.02 0.18 302.55 0.5 0.63
Hex D0 72 CC 0 2D 2 12 12F 32 3F
Octal 320 162 314 0 55 2 22 457 62 77
Binary 11010000 1110010 11001100 0 101101 10 10010 100101111 110010 111111

Color Harmonies of #D072CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072CC

Black with #D072CC

Text Example


Text Example

White with #D072CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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