Html Css Color HEX #D475DB Orchid

📋 copy color: '#D475DB'

red 212 ◦ green 117 ◦ blue 219

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

Shades of Orchid #D475DB

Tints of Orchid #D475DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 38.69%
G = 21.35%
B = 39.96%

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

#D475DB (or 0xD475DB) is known color: Orchid. HEX triplet: D4, 75 and DB. RGB value is (212,117,219). Sum of RGB (Red+Green+Blue) = 212+117+219=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D475DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475DB is #2B8A24. Grayscale: #9C9C9C. Windows color (decimal): -2853413 or 14382548. OLE color: 14382548.

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

Color convert

RGB 212 117 219 -
CMYK 0.03 0.47 0 0.14
HSL 295.88º 0.59% 0.66% -
HSV(B) 295.88º 0.47% 0.86% -
XYZ 46.3 31.83 70.72 -
YUV 157.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 212 117 219 0.03 0.47 0 0.14 295.88 0.59 0.66
Hex D4 75 DB 3 2F 0 E 128 3B 42
Octal 324 165 333 3 57 0 16 450 73 102
Binary 11010100 1110101 11011011 11 101111 0 1110 100101000 111011 1000010

Color Harmonies of #D475DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475DB

Black with #D475DB

Text Example


Text Example

White with #D475DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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