Html Css Color HEX #D572C4 Orchid

📋 copy color: '#D572C4'

red 213 ◦ green 114 ◦ blue 196

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

Shades of Orchid #D572C4

Tints of Orchid #D572C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 40.73%
G = 21.8%
B = 37.48%

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

#D572C4 (or 0xD572C4) is known color: Orchid. HEX triplet: D5, 72 and C4. RGB value is (213,114,196). Sum of RGB (Red+Green+Blue) = 213+114+196=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D572C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572C4 is #2A8D3B. Grayscale: #989898. Windows color (decimal): -2788668 or 12874453. OLE color: 12874453.

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

Color convert

RGB 213 114 196 -
CMYK 0 0.46 0.08 0.16
HSL 310.3º 0.54% 0.64% -
HSV(B) 310.3º 0.46% 0.84% -
XYZ 43.42 30.17 55.76 -
YUV 152.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 213 114 196 0 0.46 0.08 0.16 310.3 0.54 0.64
Hex D5 72 C4 0 2E 8 10 136 36 40
Octal 325 162 304 0 56 10 20 466 66 100
Binary 11010101 1110010 11000100 0 101110 1000 10000 100110110 110110 1000000

Color Harmonies of #D572C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572C4

Black with #D572C4

Text Example


Text Example

White with #D572C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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