Html Css Color HEX #DC7FC8 Orchid

📋 copy color: '#DC7FC8'

red 220 ◦ green 127 ◦ blue 200

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

Shades of Orchid #DC7FC8

Tints of Orchid #DC7FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.56%

R = 40.22%
G = 23.22%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC7FC8 (or 0xDC7FC8) is known color: Orchid. HEX triplet: DC, 7F and C8. RGB value is (220,127,200). Sum of RGB (Red+Green+Blue) = 220+127+200=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC8 is #238037. Grayscale: #A2A2A2. Windows color (decimal): -2326584 or 13139932. OLE color: 13139932.

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

Color convert

RGB 220 127 200 -
CMYK 0 0.42 0.09 0.14
HSL 312.9º 0.57% 0.68% -
HSV(B) 312.9º 0.42% 0.86% -
XYZ 47.53 34.56 58.81 -
YUV 163.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 220 127 200 0 0.42 0.09 0.14 312.9 0.57 0.68
Hex DC 7F C8 0 2A 9 E 139 39 44
Octal 334 177 310 0 52 11 16 471 71 104
Binary 11011100 1111111 11001000 0 101010 1001 1110 100111001 111001 1000100

Color Harmonies of #DC7FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FC8

Black with #DC7FC8

Text Example


Text Example

White with #DC7FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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