Html Css Color HEX #DC75CD Orchid

📋 copy color: '#DC75CD'

red 220 ◦ green 117 ◦ blue 205

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

Shades of Orchid #DC75CD

Tints of Orchid #DC75CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 40.59%
G = 21.59%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC75CD (or 0xDC75CD) is known color: Orchid. HEX triplet: DC, 75 and CD. RGB value is (220,117,205). Sum of RGB (Red+Green+Blue) = 220+117+205=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75CD is #238A32. Grayscale: #9D9D9D. Windows color (decimal): -2329139 or 13465052. OLE color: 13465052.

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

Color convert

RGB 220 117 205 -
CMYK 0 0.47 0.07 0.14
HSL 308.74º 0.6% 0.66% -
HSV(B) 308.74º 0.47% 0.86% -
XYZ 46.9 32.35 61.53 -
YUV 157.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 220 117 205 0 0.47 0.07 0.14 308.74 0.6 0.66
Hex DC 75 CD 0 2F 7 E 135 3C 42
Octal 334 165 315 0 57 7 16 465 74 102
Binary 11011100 1110101 11001101 0 101111 111 1110 100110101 111100 1000010

Color Harmonies of #DC75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75CD

Black with #DC75CD

Text Example


Text Example

White with #DC75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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