Html Css Color HEX #D572CD Orchid

📋 copy color: '#D572CD'

red 213 ◦ green 114 ◦ blue 205

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

Shades of Orchid #D572CD

Tints of Orchid #D572CD

RGB

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

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

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

R = 40.04%
G = 21.43%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D572CD (or 0xD572CD) is known color: Orchid. HEX triplet: D5, 72 and CD. RGB value is (213,114,205). Sum of RGB (Red+Green+Blue) = 213+114+205=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D572CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572CD is #2A8D32. Grayscale: #999999. Windows color (decimal): -2788659 or 13464277. OLE color: 13464277.

HSL color Cylindrical-coordinate representation of color #D572CD: hue angle of 304.85º 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 #D572CD is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 205 -
CMYK 0 0.46 0.04 0.16
HSL 304.85º 0.54% 0.64% -
HSV(B) 304.85º 0.46% 0.84% -
XYZ 44.48 30.59 61.32 -
YUV 153.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 213 114 205 0 0.46 0.04 0.16 304.85 0.54 0.64
Hex D5 72 CD 0 2E 4 10 131 36 40
Octal 325 162 315 0 56 4 20 461 66 100
Binary 11010101 1110010 11001101 0 101110 100 10000 100110001 110110 1000000

Color Harmonies of #D572CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572CD

Black with #D572CD

Text Example


Text Example

White with #D572CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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