Html Css Color HEX #DC75CE Orchid

📋 copy color: '#DC75CE'

red 220 ◦ green 117 ◦ blue 206

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

Shades of Orchid #DC75CE

Tints of Orchid #DC75CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 40.52%
G = 21.55%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC75CE (or 0xDC75CE) is known color: Orchid. HEX triplet: DC, 75 and CE. RGB value is (220,117,206). Sum of RGB (Red+Green+Blue) = 220+117+206=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75CE is #238A31. Grayscale: #9D9D9D. Windows color (decimal): -2329138 or 13530588. OLE color: 13530588.

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

Color convert

RGB 220 117 206 -
CMYK 0 0.47 0.06 0.14
HSL 308.16º 0.6% 0.66% -
HSV(B) 308.16º 0.47% 0.86% -
XYZ 47.02 32.39 62.17 -
YUV 157.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 220 117 206 0 0.47 0.06 0.14 308.16 0.6 0.66
Hex DC 75 CE 0 2F 6 E 134 3C 42
Octal 334 165 316 0 57 6 16 464 74 102
Binary 11011100 1110101 11001110 0 101111 110 1110 100110100 111100 1000010

Color Harmonies of #DC75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75CE

Black with #DC75CE

Text Example


Text Example

White with #DC75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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