Html Css Color HEX #D475DC Orchid

📋 copy color: '#D475DC'

red 212 ◦ green 117 ◦ blue 220

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

Shades of Orchid #D475DC

Tints of Orchid #D475DC

RGB

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

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

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

R = 38.62%
G = 21.31%
B = 40.07%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D475DC (or 0xD475DC) is known color: Orchid. HEX triplet: D4, 75 and DC. RGB value is (212,117,220). Sum of RGB (Red+Green+Blue) = 212+117+220=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D475DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475DC is #2B8A23. Grayscale: #9C9C9C. Windows color (decimal): -2853412 or 14448084. OLE color: 14448084.

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

Color convert

RGB 212 117 220 -
CMYK 0.04 0.47 0 0.14
HSL 295.34º 0.6% 0.66% -
HSV(B) 295.34º 0.47% 0.86% -
XYZ 46.43 31.89 71.42 -
YUV 157.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 212 117 220 0.04 0.47 0 0.14 295.34 0.6 0.66
Hex D4 75 DC 4 2F 0 E 127 3C 42
Octal 324 165 334 4 57 0 16 447 74 102
Binary 11010100 1110101 11011100 100 101111 0 1110 100100111 111100 1000010

Color Harmonies of #D475DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475DC

Black with #D475DC

Text Example


Text Example

White with #D475DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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