Html Css Color HEX #DC7FCC Orchid

📋 copy color: '#DC7FCC'

red 220 ◦ green 127 ◦ blue 204

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

Shades of Orchid #DC7FCC

Tints of Orchid #DC7FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.05%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 39.93%
G = 23.05%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC7FCC (or 0xDC7FCC) is known color: Orchid. HEX triplet: DC, 7F and CC. RGB value is (220,127,204). Sum of RGB (Red+Green+Blue) = 220+127+204=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FCC is #238033. Grayscale: #A3A3A3. Windows color (decimal): -2326580 or 13402076. OLE color: 13402076.

HSL color Cylindrical-coordinate representation of color #DC7FCC: hue angle of 310.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FCC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 204 -
CMYK 0 0.42 0.07 0.14
HSL 310.32º 0.57% 0.68% -
HSV(B) 310.32º 0.42% 0.86% -
XYZ 48 34.75 61.3 -
YUV 163.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 220 127 204 0 0.42 0.07 0.14 310.32 0.57 0.68
Hex DC 7F CC 0 2A 7 E 136 39 44
Octal 334 177 314 0 52 7 16 466 71 104
Binary 11011100 1111111 11001100 0 101010 111 1110 100110110 111001 1000100

Color Harmonies of #DC7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FCC

Black with #DC7FCC

Text Example


Text Example

White with #DC7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FCC; }

 p { color: rgb(220,127,204); }

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

background-color css

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

 a { background-color: rgb(220,127,204); }

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

border-color css

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

 span { border-color: rgb(220,127,204); }

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