Html Css Color HEX #DC6CDF Orchid

📋 copy color: '#DC6CDF'

red 220 ◦ green 108 ◦ blue 223

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

Shades of Orchid #DC6CDF

Tints of Orchid #DC6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.6%

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 39.93%
G = 19.6%
B = 40.47%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC6CDF (or 0xDC6CDF) is known color: Orchid. HEX triplet: DC, 6C and DF. RGB value is (220,108,223). Sum of RGB (Red+Green+Blue) = 220+108+223=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CDF is #239320. Grayscale: #9A9A9A. Windows color (decimal): -2331425 or 14642396. OLE color: 14642396.

HSL color Cylindrical-coordinate representation of color #DC6CDF: hue angle of 298.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6CDF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 108 223 -
CMYK 0.01 0.52 0 0.13
HSL 298.43º 0.64% 0.65% -
HSV(B) 298.43º 0.52% 0.87% -
XYZ 48.2 31.27 73.31 -
YUV 154.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 220 108 223 0.01 0.52 0 0.13 298.43 0.64 0.65
Hex DC 6C DF 1 34 0 D 12A 40 41
Octal 334 154 337 1 64 0 15 452 100 101
Binary 11011100 1101100 11011111 1 110100 0 1101 100101010 1000000 1000001

Color Harmonies of #DC6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CDF

Black with #DC6CDF

Text Example


Text Example

White with #DC6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CDF; }

 p { color: rgb(220,108,223); }

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

background-color css

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

 a { background-color: rgb(220,108,223); }

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

border-color css

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

 span { border-color: rgb(220,108,223); }

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