Html Css Color HEX #DC6CE6 Orchid

📋 copy color: '#DC6CE6'

red 220 ◦ green 108 ◦ blue 230

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

Shades of Orchid #DC6CE6

Tints of Orchid #DC6CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 39.43%
G = 19.35%
B = 41.22%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC6CE6 (or 0xDC6CE6) is known color: Orchid. HEX triplet: DC, 6C and E6. RGB value is (220,108,230). Sum of RGB (Red+Green+Blue) = 220+108+230=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC6CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CE6 is #239319. Grayscale: #9B9B9B. Windows color (decimal): -2331418 or 15101148. OLE color: 15101148.

HSL color Cylindrical-coordinate representation of color #DC6CE6: hue angle of 295.08º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6CE6 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 108 230 -
CMYK 0.04 0.53 0 0.10
HSL 295.08º 0.71% 0.66% -
HSV(B) 295.08º 0.53% 0.9% -
XYZ 49.16 31.65 78.38 -
YUV 155.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 220 108 230 0.04 0.53 0 0.10 295.08 0.71 0.66
Hex DC 6C E6 4 35 0 A 127 47 42
Octal 334 154 346 4 65 0 12 447 107 102
Binary 11011100 1101100 11100110 100 110101 0 1010 100100111 1000111 1000010

Color Harmonies of #DC6CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CE6

Black with #DC6CE6

Text Example


Text Example

White with #DC6CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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