Html Css Color HEX #DC69E8 Orchid

📋 copy color: '#DC69E8'

red 220 ◦ green 105 ◦ blue 232

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

Shades of Orchid #DC69E8

Tints of Orchid #DC69E8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.85%

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

R = 39.5%
G = 18.85%
B = 41.65%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC69E8 (or 0xDC69E8) is known color: Orchid. HEX triplet: DC, 69 and E8. RGB value is (220,105,232). Sum of RGB (Red+Green+Blue) = 220+105+232=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69E8 is #239617. Grayscale: #999999. Windows color (decimal): -2332184 or 15231452. OLE color: 15231452.

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

Color convert

RGB 220 105 232 -
CMYK 0.05 0.55 0 0.09
HSL 294.33º 0.73% 0.66% -
HSV(B) 294.33º 0.55% 0.91% -
XYZ 49.13 31.14 79.77 -
YUV 153.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 220 105 232 0.05 0.55 0 0.09 294.33 0.73 0.66
Hex DC 69 E8 5 37 0 9 126 49 42
Octal 334 151 350 5 67 0 11 446 111 102
Binary 11011100 1101001 11101000 101 110111 0 1001 100100110 1001001 1000010

Color Harmonies of #DC69E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69E8

Black with #DC69E8

Text Example


Text Example

White with #DC69E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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