Html Css Color HEX #DC6ACC Orchid

📋 copy color: '#DC6ACC'

red 220 ◦ green 106 ◦ blue 204

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

Shades of Orchid #DC6ACC

Tints of Orchid #DC6ACC

RGB

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

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

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

R = 41.51%
G = 20%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC6ACC (or 0xDC6ACC) is known color: Orchid. HEX triplet: DC, 6A and CC. RGB value is (220,106,204). Sum of RGB (Red+Green+Blue) = 220+106+204=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ACC is #239533. Grayscale: #969696. Windows color (decimal): -2331956 or 13396700. OLE color: 13396700.

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

Color convert

RGB 220 106 204 -
CMYK 0 0.52 0.07 0.14
HSL 308.42º 0.62% 0.64% -
HSV(B) 308.42º 0.52% 0.86% -
XYZ 45.57 29.88 60.49 -
YUV 151.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 220 106 204 0 0.52 0.07 0.14 308.42 0.62 0.64
Hex DC 6A CC 0 34 7 E 134 3E 40
Octal 334 152 314 0 64 7 16 464 76 100
Binary 11011100 1101010 11001100 0 110100 111 1110 100110100 111110 1000000

Color Harmonies of #DC6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ACC

Black with #DC6ACC

Text Example


Text Example

White with #DC6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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