Html Css Color HEX #DC6AD7 Orchid

📋 copy color: '#DC6AD7'

red 220 ◦ green 106 ◦ blue 215

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

Shades of Orchid #DC6AD7

Tints of Orchid #DC6AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.74%

R = 40.67%
G = 19.59%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC6AD7 (or 0xDC6AD7) is known color: Orchid. HEX triplet: DC, 6A and D7. RGB value is (220,106,215). Sum of RGB (Red+Green+Blue) = 220+106+215=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AD7 is #239528. Grayscale: #989898. Windows color (decimal): -2331945 or 14117596. OLE color: 14117596.

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

Color convert

RGB 220 106 215 -
CMYK 0 0.52 0.02 0.14
HSL 302.63º 0.62% 0.64% -
HSV(B) 302.63º 0.52% 0.86% -
XYZ 46.93 30.43 67.69 -
YUV 152.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 220 106 215 0 0.52 0.02 0.14 302.63 0.62 0.64
Hex DC 6A D7 0 34 2 E 12F 3E 40
Octal 334 152 327 0 64 2 16 457 76 100
Binary 11011100 1101010 11010111 0 110100 10 1110 100101111 111110 1000000

Color Harmonies of #DC6AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AD7

Black with #DC6AD7

Text Example


Text Example

White with #DC6AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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