Html Css Color HEX #DC6BE8 Orchid

📋 copy color: '#DC6BE8'

red 220 ◦ green 107 ◦ blue 232

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

Shades of Orchid #DC6BE8

Tints of Orchid #DC6BE8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.14%

 BLUE value IS 232 (91.02% from 255) = 41.5%

R = 39.36%
G = 19.14%
B = 41.5%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC6BE8 (or 0xDC6BE8) is known color: Orchid. HEX triplet: DC, 6B and E8. RGB value is (220,107,232). Sum of RGB (Red+Green+Blue) = 220+107+232=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC6BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BE8 is #239417. Grayscale: #9A9A9A. Windows color (decimal): -2331672 or 15231964. OLE color: 15231964.

HSL color Cylindrical-coordinate representation of color #DC6BE8: hue angle of 294.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6BE8 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 107 232 -
CMYK 0.05 0.54 0 0.09
HSL 294.24º 0.73% 0.66% -
HSV(B) 294.24º 0.54% 0.91% -
XYZ 49.34 31.56 79.83 -
YUV 155.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 220 107 232 0.05 0.54 0 0.09 294.24 0.73 0.66
Hex DC 6B E8 5 36 0 9 126 49 42
Octal 334 153 350 5 66 0 11 446 111 102
Binary 11011100 1101011 11101000 101 110110 0 1001 100100110 1001001 1000010

Color Harmonies of #DC6BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BE8

Black with #DC6BE8

Text Example


Text Example

White with #DC6BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BE8; }

 p { color: rgb(220,107,232); }

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

background-color css

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

 a { background-color: rgb(220,107,232); }

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

border-color css

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

 span { border-color: rgb(220,107,232); }

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