Html Css Color HEX #D575DC Orchid

📋 copy color: '#D575DC'

red 213 ◦ green 117 ◦ blue 220

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

Shades of Orchid #D575DC

Tints of Orchid #D575DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.27%

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

R = 38.73%
G = 21.27%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D575DC (or 0xD575DC) is known color: Orchid. HEX triplet: D5, 75 and DC. RGB value is (213,117,220). Sum of RGB (Red+Green+Blue) = 213+117+220=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #D575DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575DC is #2A8A23. Grayscale: #9D9D9D. Windows color (decimal): -2787876 or 14448085. OLE color: 14448085.

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

Color convert

RGB 213 117 220 -
CMYK 0.03 0.47 0 0.14
HSL 295.92º 0.6% 0.66% -
HSV(B) 295.92º 0.47% 0.86% -
XYZ 46.72 32.04 71.43 -
YUV 157.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 213 117 220 0.03 0.47 0 0.14 295.92 0.6 0.66
Hex D5 75 DC 3 2F 0 E 128 3C 42
Octal 325 165 334 3 57 0 16 450 74 102
Binary 11010101 1110101 11011100 11 101111 0 1110 100101000 111100 1000010

Color Harmonies of #D575DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575DC

Black with #D575DC

Text Example


Text Example

White with #D575DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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