Html Css Color HEX #DC75C4 Orchid

📋 copy color: '#DC75C4'

red 220 ◦ green 117 ◦ blue 196

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

Shades of Orchid #DC75C4

Tints of Orchid #DC75C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 41.28%
G = 21.95%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC75C4 (or 0xDC75C4) is known color: Orchid. HEX triplet: DC, 75 and C4. RGB value is (220,117,196). Sum of RGB (Red+Green+Blue) = 220+117+196=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75C4 is #238A3B. Grayscale: #9C9C9C. Windows color (decimal): -2329148 or 12875228. OLE color: 12875228.

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

Color convert

RGB 220 117 196 -
CMYK 0 0.47 0.11 0.14
HSL 313.98º 0.6% 0.66% -
HSV(B) 313.98º 0.47% 0.86% -
XYZ 45.84 31.92 55.97 -
YUV 156.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 220 117 196 0 0.47 0.11 0.14 313.98 0.6 0.66
Hex DC 75 C4 0 2F B E 13A 3C 42
Octal 334 165 304 0 57 13 16 472 74 102
Binary 11011100 1110101 11000100 0 101111 1011 1110 100111010 111100 1000010

Color Harmonies of #DC75C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75C4

Black with #DC75C4

Text Example


Text Example

White with #DC75C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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