Html Css Color HEX #DC75D4 Orchid

📋 copy color: '#DC75D4'

red 220 ◦ green 117 ◦ blue 212

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

Shades of Orchid #DC75D4

Tints of Orchid #DC75D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.62%

R = 40.07%
G = 21.31%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC75D4 (or 0xDC75D4) is known color: Orchid. HEX triplet: DC, 75 and D4. RGB value is (220,117,212). Sum of RGB (Red+Green+Blue) = 220+117+212=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75D4 is #238A2B. Grayscale: #9E9E9E. Windows color (decimal): -2329132 or 13923804. OLE color: 13923804.

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

Color convert

RGB 220 117 212 -
CMYK 0 0.47 0.04 0.14
HSL 304.66º 0.6% 0.66% -
HSV(B) 304.66º 0.47% 0.86% -
XYZ 47.76 32.69 66.08 -
YUV 158.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 220 117 212 0 0.47 0.04 0.14 304.66 0.6 0.66
Hex DC 75 D4 0 2F 4 E 131 3C 42
Octal 334 165 324 0 57 4 16 461 74 102
Binary 11011100 1110101 11010100 0 101111 100 1110 100110001 111100 1000010

Color Harmonies of #DC75D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75D4

Black with #DC75D4

Text Example


Text Example

White with #DC75D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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