Html Css Color HEX #DA6ECC Orchid

📋 copy color: '#DA6ECC'

red 218 ◦ green 110 ◦ blue 204

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

Shades of Orchid #DA6ECC

Tints of Orchid #DA6ECC

RGB

 RED value IS 218 (85.55% from 255) = 40.98%

 GREEN value IS 110 (43.36% from 255) = 20.68%

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 40.98%
G = 20.68%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6ECC (or 0xDA6ECC) is known color: Orchid. HEX triplet: DA, 6E and CC. RGB value is (218,110,204). Sum of RGB (Red+Green+Blue) = 218+110+204=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ECC is #259133. Grayscale: #989898. Windows color (decimal): -2462004 or 13397722. OLE color: 13397722.

HSL color Cylindrical-coordinate representation of color #DA6ECC: hue angle of 307.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6ECC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 204 -
CMYK 0 0.50 0.06 0.15
HSL 307.78º 0.59% 0.64% -
HSV(B) 307.78º 0.5% 0.85% -
XYZ 45.39 30.42 60.61 -
YUV 153.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 218 110 204 0 0.50 0.06 0.15 307.78 0.59 0.64
Hex DA 6E CC 0 32 6 F 134 3B 40
Octal 332 156 314 0 62 6 17 464 73 100
Binary 11011010 1101110 11001100 0 110010 110 1111 100110100 111011 1000000

Color Harmonies of #DA6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ECC

Black with #DA6ECC

Text Example


Text Example

White with #DA6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ECC; }

 p { color: rgb(218,110,204); }

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

background-color css

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

 a { background-color: rgb(218,110,204); }

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

border-color css

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

 span { border-color: rgb(218,110,204); }

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