Html Css Color HEX #D575DE Orchid

📋 copy color: '#D575DE'

red 213 ◦ green 117 ◦ blue 222

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

Shades of Orchid #D575DE

Tints of Orchid #D575DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 38.59%
G = 21.2%
B = 40.22%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D575DE (or 0xD575DE) is known color: Orchid. HEX triplet: D5, 75 and DE. RGB value is (213,117,222). Sum of RGB (Red+Green+Blue) = 213+117+222=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #D575DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575DE is #2A8A21. Grayscale: #9D9D9D. Windows color (decimal): -2787874 or 14579157. OLE color: 14579157.

HSL color Cylindrical-coordinate representation of color #D575DE: hue angle of 294.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D575DE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 117 222 -
CMYK 0.04 0.47 0 0.13
HSL 294.86º 0.61% 0.66% -
HSV(B) 294.86º 0.47% 0.87% -
XYZ 46.99 32.14 72.83 -
YUV 157.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 213 117 222 0.04 0.47 0 0.13 294.86 0.61 0.66
Hex D5 75 DE 4 2F 0 D 127 3D 42
Octal 325 165 336 4 57 0 15 447 75 102
Binary 11010101 1110101 11011110 100 101111 0 1101 100100111 111101 1000010

Color Harmonies of #D575DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575DE

Black with #D575DE

Text Example


Text Example

White with #D575DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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