Html Css Color HEX #DC75D0 Orchid

📋 copy color: '#DC75D0'

red 220 ◦ green 117 ◦ blue 208

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

Shades of Orchid #DC75D0

Tints of Orchid #DC75D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 40.37%
G = 21.47%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC75D0 (or 0xDC75D0) is known color: Orchid. HEX triplet: DC, 75 and D0. RGB value is (220,117,208). Sum of RGB (Red+Green+Blue) = 220+117+208=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75D0 is #238A2F. Grayscale: #9D9D9D. Windows color (decimal): -2329136 or 13661660. OLE color: 13661660.

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

Color convert

RGB 220 117 208 -
CMYK 0 0.47 0.05 0.14
HSL 306.99º 0.6% 0.66% -
HSV(B) 306.99º 0.47% 0.86% -
XYZ 47.26 32.49 63.46 -
YUV 158.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 220 117 208 0 0.47 0.05 0.14 306.99 0.6 0.66
Hex DC 75 D0 0 2F 5 E 133 3C 42
Octal 334 165 320 0 57 5 16 463 74 102
Binary 11011100 1110101 11010000 0 101111 101 1110 100110011 111100 1000010

Color Harmonies of #DC75D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75D0

Black with #DC75D0

Text Example


Text Example

White with #DC75D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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