Html Css Color HEX #DC75DA Orchid

📋 copy color: '#DC75DA'

red 220 ◦ green 117 ◦ blue 218

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

Shades of Orchid #DC75DA

Tints of Orchid #DC75DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 39.64%
G = 21.08%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC75DA (or 0xDC75DA) is known color: Orchid. HEX triplet: DC, 75 and DA. RGB value is (220,117,218). Sum of RGB (Red+Green+Blue) = 220+117+218=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75DA is #238A25. Grayscale: #9F9F9F. Windows color (decimal): -2329126 or 14317020. OLE color: 14317020.

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

Color convert

RGB 220 117 218 -
CMYK 0 0.47 0.01 0.14
HSL 301.17º 0.6% 0.66% -
HSV(B) 301.17º 0.47% 0.86% -
XYZ 48.53 33 70.14 -
YUV 159.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 220 117 218 0 0.47 0.01 0.14 301.17 0.6 0.66
Hex DC 75 DA 0 2F 1 E 12D 3C 42
Octal 334 165 332 0 57 1 16 455 74 102
Binary 11011100 1110101 11011010 0 101111 1 1110 100101101 111100 1000010

Color Harmonies of #DC75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75DA

Black with #DC75DA

Text Example


Text Example

White with #DC75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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