Html Css Color HEX #DC75DB Orchid

📋 copy color: '#DC75DB'

red 220 ◦ green 117 ◦ blue 219

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

Shades of Orchid #DC75DB

Tints of Orchid #DC75DB

RGB

 RED value IS 220 (86.33% from 255) = 39.57%

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

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

R = 39.57%
G = 21.04%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC75DB (or 0xDC75DB) is known color: Orchid. HEX triplet: DC, 75 and DB. RGB value is (220,117,219). Sum of RGB (Red+Green+Blue) = 220+117+219=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75DB is #238A24. Grayscale: #9F9F9F. Windows color (decimal): -2329125 or 14382556. OLE color: 14382556.

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

Color convert

RGB 220 117 219 -
CMYK 0 0.47 0.00 0.14
HSL 300.58º 0.6% 0.66% -
HSV(B) 300.58º 0.47% 0.86% -
XYZ 48.66 33.05 70.83 -
YUV 159.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 220 117 219 0 0.47 0.00 0.14 300.58 0.6 0.66
Hex DC 75 DB 0 2F 0 E 12D 3C 42
Octal 334 165 333 0 57 0 16 455 74 102
Binary 11011100 1110101 11011011 0 101111 0 1110 100101101 111100 1000010

Color Harmonies of #DC75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75DB

Black with #DC75DB

Text Example


Text Example

White with #DC75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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