Html Css Color HEX #DC6CE4 Orchid

📋 copy color: '#DC6CE4'

red 220 ◦ green 108 ◦ blue 228

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

Shades of Orchid #DC6CE4

Tints of Orchid #DC6CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.01%

R = 39.57%
G = 19.42%
B = 41.01%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC6CE4 (or 0xDC6CE4) is known color: Orchid. HEX triplet: DC, 6C and E4. RGB value is (220,108,228). Sum of RGB (Red+Green+Blue) = 220+108+228=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC6CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CE4 is #23931B. Grayscale: #9A9A9A. Windows color (decimal): -2331420 or 14970076. OLE color: 14970076.

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

Color convert

RGB 220 108 228 -
CMYK 0.04 0.53 0 0.11
HSL 296º 0.69% 0.66% -
HSV(B) 296º 0.53% 0.89% -
XYZ 48.88 31.54 76.91 -
YUV 155.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 220 108 228 0.04 0.53 0 0.11 296 0.69 0.66
Hex DC 6C E4 4 35 0 B 128 45 42
Octal 334 154 344 4 65 0 13 450 105 102
Binary 11011100 1101100 11100100 100 110101 0 1011 100101000 1000101 1000010

Color Harmonies of #DC6CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CE4

Black with #DC6CE4

Text Example


Text Example

White with #DC6CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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