Html Css Color HEX #DC75BF Orchid

📋 copy color: '#DC75BF'

red 220 ◦ green 117 ◦ blue 191

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

Shades of Orchid #DC75BF

Tints of Orchid #DC75BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.17%

R = 41.67%
G = 22.16%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC75BF (or 0xDC75BF) is known color: Orchid. HEX triplet: DC, 75 and BF. RGB value is (220,117,191). Sum of RGB (Red+Green+Blue) = 220+117+191=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75BF is #238A40. Grayscale: #9C9C9C. Windows color (decimal): -2329153 or 12547548. OLE color: 12547548.

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

Color convert

RGB 220 117 191 -
CMYK 0 0.47 0.13 0.14
HSL 316.89º 0.6% 0.66% -
HSV(B) 316.89º 0.47% 0.86% -
XYZ 45.28 31.7 53.02 -
YUV 156.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 220 117 191 0 0.47 0.13 0.14 316.89 0.6 0.66
Hex DC 75 BF 0 2F D E 13D 3C 42
Octal 334 165 277 0 57 15 16 475 74 102
Binary 11011100 1110101 10111111 0 101111 1101 1110 100111101 111100 1000010

Color Harmonies of #DC75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75BF

Black with #DC75BF

Text Example


Text Example

White with #DC75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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