Html Css Color HEX #D475DD Orchid

📋 copy color: '#D475DD'

red 212 ◦ green 117 ◦ blue 221

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

Shades of Orchid #D475DD

Tints of Orchid #D475DD

RGB

 RED value IS 212 (83.2% from 255) = 38.55%

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 38.55%
G = 21.27%
B = 40.18%

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

#D475DD (or 0xD475DD) is known color: Orchid. HEX triplet: D4, 75 and DD. RGB value is (212,117,221). Sum of RGB (Red+Green+Blue) = 212+117+221=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D475DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475DD is #2B8A22. Grayscale: #9C9C9C. Windows color (decimal): -2853411 or 14513620. OLE color: 14513620.

HSL color Cylindrical-coordinate representation of color #D475DD: hue angle of 294.81º degrees, saturation: 0.6, 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 #D475DD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 117 221 -
CMYK 0.04 0.47 0 0.13
HSL 294.81º 0.6% 0.66% -
HSV(B) 294.81º 0.47% 0.87% -
XYZ 46.56 31.94 72.12 -
YUV 157.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 212 117 221 0.04 0.47 0 0.13 294.81 0.6 0.66
Hex D4 75 DD 4 2F 0 D 127 3C 42
Octal 324 165 335 4 57 0 15 447 74 102
Binary 11010100 1110101 11011101 100 101111 0 1101 100100111 111100 1000010

Color Harmonies of #D475DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475DD

Black with #D475DD

Text Example


Text Example

White with #D475DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475DD; }

 p { color: rgb(212,117,221); }

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

background-color css

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

 a { background-color: rgb(212,117,221); }

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

border-color css

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

 span { border-color: rgb(212,117,221); }

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