Html Css Color HEX #DC75C9 Orchid

📋 copy color: '#DC75C9'

red 220 ◦ green 117 ◦ blue 201

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

Shades of Orchid #DC75C9

Tints of Orchid #DC75C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 40.89%
G = 21.75%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC75C9 (or 0xDC75C9) is known color: Orchid. HEX triplet: DC, 75 and C9. RGB value is (220,117,201). Sum of RGB (Red+Green+Blue) = 220+117+201=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75C9 is #238A36. Grayscale: #9D9D9D. Windows color (decimal): -2329143 or 13202908. OLE color: 13202908.

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

Color convert

RGB 220 117 201 -
CMYK 0 0.47 0.09 0.14
HSL 311.07º 0.6% 0.66% -
HSV(B) 311.07º 0.47% 0.86% -
XYZ 46.42 32.16 59.02 -
YUV 157.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 220 117 201 0 0.47 0.09 0.14 311.07 0.6 0.66
Hex DC 75 C9 0 2F 9 E 137 3C 42
Octal 334 165 311 0 57 11 16 467 74 102
Binary 11011100 1110101 11001001 0 101111 1001 1110 100110111 111100 1000010

Color Harmonies of #DC75C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75C9

Black with #DC75C9

Text Example


Text Example

White with #DC75C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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