Html Css Color HEX #DC6AC7 Orchid

📋 copy color: '#DC6AC7'

red 220 ◦ green 106 ◦ blue 199

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

Shades of Orchid #DC6AC7

Tints of Orchid #DC6AC7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.19%

 BLUE value IS 199 (78.13% from 255) = 37.9%

R = 41.9%
G = 20.19%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC6AC7 (or 0xDC6AC7) is known color: Orchid. HEX triplet: DC, 6A and C7. RGB value is (220,106,199). Sum of RGB (Red+Green+Blue) = 220+106+199=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AC7 is #239538. Grayscale: #969696. Windows color (decimal): -2331961 or 13069020. OLE color: 13069020.

HSL color Cylindrical-coordinate representation of color #DC6AC7: hue angle of 311.05º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AC7 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 199 -
CMYK 0 0.52 0.10 0.14
HSL 311.05º 0.62% 0.64% -
HSV(B) 311.05º 0.52% 0.86% -
XYZ 44.98 29.65 57.38 -
YUV 150.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 220 106 199 0 0.52 0.10 0.14 311.05 0.62 0.64
Hex DC 6A C7 0 34 A E 137 3E 40
Octal 334 152 307 0 64 12 16 467 76 100
Binary 11011100 1101010 11000111 0 110100 1010 1110 100110111 111110 1000000

Color Harmonies of #DC6AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AC7

Black with #DC6AC7

Text Example


Text Example

White with #DC6AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AC7; }

 p { color: rgb(220,106,199); }

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

background-color css

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

 a { background-color: rgb(220,106,199); }

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

border-color css

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

 span { border-color: rgb(220,106,199); }

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