Html Css Color HEX #DA6ECB Orchid

📋 copy color: '#DA6ECB'

red 218 ◦ green 110 ◦ blue 203

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

Shades of Orchid #DA6ECB

Tints of Orchid #DA6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 41.05%
G = 20.72%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA6ECB (or 0xDA6ECB) is known color: Orchid. HEX triplet: DA, 6E and CB. RGB value is (218,110,203). Sum of RGB (Red+Green+Blue) = 218+110+203=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ECB is #259134. Grayscale: #989898. Windows color (decimal): -2462005 or 13332186. OLE color: 13332186.

HSL color Cylindrical-coordinate representation of color #DA6ECB: hue angle of 308.33º 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 #DA6ECB is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 203 -
CMYK 0 0.50 0.07 0.15
HSL 308.33º 0.59% 0.64% -
HSV(B) 308.33º 0.5% 0.85% -
XYZ 45.27 30.37 59.98 -
YUV 152.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 218 110 203 0 0.50 0.07 0.15 308.33 0.59 0.64
Hex DA 6E CB 0 32 7 F 134 3B 40
Octal 332 156 313 0 62 7 17 464 73 100
Binary 11011010 1101110 11001011 0 110010 111 1111 100110100 111011 1000000

Color Harmonies of #DA6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ECB

Black with #DA6ECB

Text Example


Text Example

White with #DA6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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