Html Css Color HEX #DC6DEA Orchid

📋 copy color: '#DC6DEA'

red 220 ◦ green 109 ◦ blue 234

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

Shades of Orchid #DC6DEA

Tints of Orchid #DC6DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.36%

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

R = 39.08%
G = 19.36%
B = 41.56%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC6DEA (or 0xDC6DEA) is known color: Orchid. HEX triplet: DC, 6D and EA. RGB value is (220,109,234). Sum of RGB (Red+Green+Blue) = 220+109+234=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC6DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DEA is #239215. Grayscale: #9C9C9C. Windows color (decimal): -2331158 or 15363548. OLE color: 15363548.

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

Color convert

RGB 220 109 234 -
CMYK 0.06 0.53 0 0.08
HSL 293.28º 0.75% 0.67% -
HSV(B) 293.28º 0.53% 0.92% -
XYZ 49.84 32.09 81.41 -
YUV 156.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 220 109 234 0.06 0.53 0 0.08 293.28 0.75 0.67
Hex DC 6D EA 6 35 0 8 125 4B 43
Octal 334 155 352 6 65 0 10 445 113 103
Binary 11011100 1101101 11101010 110 110101 0 1000 100100101 1001011 1000011

Color Harmonies of #DC6DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DEA

Black with #DC6DEA

Text Example


Text Example

White with #DC6DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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