Html Css Color HEX #DC75BE Orchid

📋 copy color: '#DC75BE'

red 220 ◦ green 117 ◦ blue 190

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

Shades of Orchid #DC75BE

Tints of Orchid #DC75BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 41.75%
G = 22.2%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC75BE (or 0xDC75BE) is known color: Orchid. HEX triplet: DC, 75 and BE. RGB value is (220,117,190). Sum of RGB (Red+Green+Blue) = 220+117+190=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75BE is #238A41. Grayscale: #9B9B9B. Windows color (decimal): -2329154 or 12482012. OLE color: 12482012.

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

Color convert

RGB 220 117 190 -
CMYK 0 0.47 0.14 0.14
HSL 317.48º 0.6% 0.66% -
HSV(B) 317.48º 0.47% 0.86% -
XYZ 45.17 31.66 52.44 -
YUV 156.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 220 117 190 0 0.47 0.14 0.14 317.48 0.6 0.66
Hex DC 75 BE 0 2F E E 13D 3C 42
Octal 334 165 276 0 57 16 16 475 74 102
Binary 11011100 1110101 10111110 0 101111 1110 1110 100111101 111100 1000010

Color Harmonies of #DC75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75BE

Black with #DC75BE

Text Example


Text Example

White with #DC75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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