Html Css Color HEX #D572DC Orchid

📋 copy color: '#D572DC'

red 213 ◦ green 114 ◦ blue 220

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

Shades of Orchid #D572DC

Tints of Orchid #D572DC

RGB

 RED value IS 213 (83.59% from 255) = 38.94%

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 38.94%
G = 20.84%
B = 40.22%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D572DC (or 0xD572DC) is known color: Orchid. HEX triplet: D5, 72 and DC. RGB value is (213,114,220). Sum of RGB (Red+Green+Blue) = 213+114+220=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #D572DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572DC is #2A8D23. Grayscale: #9B9B9B. Windows color (decimal): -2788644 or 14447317. OLE color: 14447317.

HSL color Cylindrical-coordinate representation of color #D572DC: hue angle of 296.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D572DC is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 114 220 -
CMYK 0.03 0.48 0 0.14
HSL 296.04º 0.6% 0.65% -
HSV(B) 296.04º 0.48% 0.86% -
XYZ 46.38 31.35 71.32 -
YUV 155.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 213 114 220 0.03 0.48 0 0.14 296.04 0.6 0.65
Hex D5 72 DC 3 30 0 E 128 3C 41
Octal 325 162 334 3 60 0 16 450 74 101
Binary 11010101 1110010 11011100 11 110000 0 1110 100101000 111100 1000001

Color Harmonies of #D572DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572DC

Black with #D572DC

Text Example


Text Example

White with #D572DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572DC; }

 p { color: rgb(213,114,220); }

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

background-color css

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

 a { background-color: rgb(213,114,220); }

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

border-color css

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

 span { border-color: rgb(213,114,220); }

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