Html Css Color HEX #D572CE Orchid

📋 copy color: '#D572CE'

red 213 ◦ green 114 ◦ blue 206

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

Shades of Orchid #D572CE

Tints of Orchid #D572CE

RGB

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

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

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

R = 39.96%
G = 21.39%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D572CE (or 0xD572CE) is known color: Orchid. HEX triplet: D5, 72 and CE. RGB value is (213,114,206). Sum of RGB (Red+Green+Blue) = 213+114+206=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D572CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572CE is #2A8D31. Grayscale: #999999. Windows color (decimal): -2788658 or 13529813. OLE color: 13529813.

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

Color convert

RGB 213 114 206 -
CMYK 0 0.46 0.03 0.16
HSL 304.24º 0.54% 0.64% -
HSV(B) 304.24º 0.46% 0.84% -
XYZ 44.6 30.64 61.96 -
YUV 154.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 213 114 206 0 0.46 0.03 0.16 304.24 0.54 0.64
Hex D5 72 CE 0 2E 3 10 130 36 40
Octal 325 162 316 0 56 3 20 460 66 100
Binary 11010101 1110010 11001110 0 101110 11 10000 100110000 110110 1000000

Color Harmonies of #D572CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572CE

Black with #D572CE

Text Example


Text Example

White with #D572CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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