Html Css Color HEX #DC6FE9 Orchid

📋 copy color: '#DC6FE9'

red 220 ◦ green 111 ◦ blue 233

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

Shades of Orchid #DC6FE9

Tints of Orchid #DC6FE9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.68%

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 39.01%
G = 19.68%
B = 41.31%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC6FE9 (or 0xDC6FE9) is known color: Orchid. HEX triplet: DC, 6F and E9. RGB value is (220,111,233). Sum of RGB (Red+Green+Blue) = 220+111+233=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC6FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FE9 is #239016. Grayscale: #9D9D9D. Windows color (decimal): -2330647 or 15298524. OLE color: 15298524.

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

Color convert

RGB 220 111 233 -
CMYK 0.06 0.52 0 0.09
HSL 293.61º 0.73% 0.67% -
HSV(B) 293.61º 0.52% 0.91% -
XYZ 49.91 32.47 80.73 -
YUV 157.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 220 111 233 0.06 0.52 0 0.09 293.61 0.73 0.67
Hex DC 6F E9 6 34 0 9 126 49 43
Octal 334 157 351 6 64 0 11 446 111 103
Binary 11011100 1101111 11101001 110 110100 0 1001 100100110 1001001 1000011

Color Harmonies of #DC6FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FE9

Black with #DC6FE9

Text Example


Text Example

White with #DC6FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FE9; }

 p { color: rgb(220,111,233); }

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

background-color css

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

 a { background-color: rgb(220,111,233); }

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

border-color css

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

 span { border-color: rgb(220,111,233); }

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