Html Css Color HEX #D572C5 Orchid

📋 copy color: '#D572C5'

red 213 ◦ green 114 ◦ blue 197

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

Shades of Orchid #D572C5

Tints of Orchid #D572C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 40.65%
G = 21.76%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D572C5 (or 0xD572C5) is known color: Orchid. HEX triplet: D5, 72 and C5. RGB value is (213,114,197). Sum of RGB (Red+Green+Blue) = 213+114+197=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D572C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572C5 is #2A8D3A. Grayscale: #989898. Windows color (decimal): -2788667 or 12939989. OLE color: 12939989.

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

Color convert

RGB 213 114 197 -
CMYK 0 0.46 0.08 0.16
HSL 309.7º 0.54% 0.64% -
HSV(B) 309.7º 0.46% 0.84% -
XYZ 43.54 30.21 56.36 -
YUV 153.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 213 114 197 0 0.46 0.08 0.16 309.7 0.54 0.64
Hex D5 72 C5 0 2E 8 10 136 36 40
Octal 325 162 305 0 56 10 20 466 66 100
Binary 11010101 1110010 11000101 0 101110 1000 10000 100110110 110110 1000000

Color Harmonies of #D572C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572C5

Black with #D572C5

Text Example


Text Example

White with #D572C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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