Html Css Color HEX #DC69EA Orchid

📋 copy color: '#DC69EA'

red 220 ◦ green 105 ◦ blue 234

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

Shades of Orchid #DC69EA

Tints of Orchid #DC69EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 39.36%
G = 18.78%
B = 41.86%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC69EA (or 0xDC69EA) is known color: Orchid. HEX triplet: DC, 69 and EA. RGB value is (220,105,234). Sum of RGB (Red+Green+Blue) = 220+105+234=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69EA is #239615. Grayscale: #999999. Windows color (decimal): -2332182 or 15362524. OLE color: 15362524.

HSL color Cylindrical-coordinate representation of color #DC69EA: hue angle of 293.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC69EA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 105 234 -
CMYK 0.06 0.55 0 0.08
HSL 293.49º 0.75% 0.66% -
HSV(B) 293.49º 0.55% 0.92% -
XYZ 49.42 31.26 81.27 -
YUV 154.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 220 105 234 0.06 0.55 0 0.08 293.49 0.75 0.66
Hex DC 69 EA 6 37 0 8 125 4B 42
Octal 334 151 352 6 67 0 10 445 113 102
Binary 11011100 1101001 11101010 110 110111 0 1000 100100101 1001011 1000010

Color Harmonies of #DC69EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69EA

Black with #DC69EA

Text Example


Text Example

White with #DC69EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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