Html Css Color HEX #DA6BE1 Orchid

📋 copy color: '#DA6BE1'

red 218 ◦ green 107 ◦ blue 225

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

Shades of Orchid #DA6BE1

Tints of Orchid #DA6BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.45%

 BLUE value IS 225 (88.28% from 255) = 40.91%

R = 39.64%
G = 19.45%
B = 40.91%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA6BE1 (or 0xDA6BE1) is known color: Orchid. HEX triplet: DA, 6B and E1. RGB value is (218,107,225). Sum of RGB (Red+Green+Blue) = 218+107+225=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA6BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BE1 is #25941E. Grayscale: #999999. Windows color (decimal): -2462751 or 14773210. OLE color: 14773210.

HSL color Cylindrical-coordinate representation of color #DA6BE1: hue angle of 296.44º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6BE1 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 107 225 -
CMYK 0.03 0.52 0 0.12
HSL 296.44º 0.66% 0.65% -
HSV(B) 296.44º 0.52% 0.88% -
XYZ 47.76 30.86 74.67 -
YUV 153.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 218 107 225 0.03 0.52 0 0.12 296.44 0.66 0.65
Hex DA 6B E1 3 34 0 C 128 42 41
Octal 332 153 341 3 64 0 14 450 102 101
Binary 11011010 1101011 11100001 11 110100 0 1100 100101000 1000010 1000001

Color Harmonies of #DA6BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6BE1

Black with #DA6BE1

Text Example


Text Example

White with #DA6BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6BE1; }

 p { color: rgb(218,107,225); }

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

background-color css

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

 a { background-color: rgb(218,107,225); }

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

border-color css

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

 span { border-color: rgb(218,107,225); }

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