Html Css Color HEX #DA6CE6 Orchid

📋 copy color: '#DA6CE6'

red 218 ◦ green 108 ◦ blue 230

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

Shades of Orchid #DA6CE6

Tints of Orchid #DA6CE6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.42%

 BLUE value IS 230 (90.23% from 255) = 41.37%

R = 39.21%
G = 19.42%
B = 41.37%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA6CE6 (or 0xDA6CE6) is known color: Orchid. HEX triplet: DA, 6C and E6. RGB value is (218,108,230). Sum of RGB (Red+Green+Blue) = 218+108+230=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA6CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6CE6 is #259319. Grayscale: #9A9A9A. Windows color (decimal): -2462490 or 15101146. OLE color: 15101146.

HSL color Cylindrical-coordinate representation of color #DA6CE6: hue angle of 294.1º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6CE6 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 108 230 -
CMYK 0.05 0.53 0 0.10
HSL 294.1º 0.71% 0.66% -
HSV(B) 294.1º 0.53% 0.9% -
XYZ 48.56 31.34 78.35 -
YUV 154.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 218 108 230 0.05 0.53 0 0.10 294.1 0.71 0.66
Hex DA 6C E6 5 35 0 A 126 47 42
Octal 332 154 346 5 65 0 12 446 107 102
Binary 11011010 1101100 11100110 101 110101 0 1010 100100110 1000111 1000010

Color Harmonies of #DA6CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CE6

Black with #DA6CE6

Text Example


Text Example

White with #DA6CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CE6; }

 p { color: rgb(218,108,230); }

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

background-color css

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

 a { background-color: rgb(218,108,230); }

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

border-color css

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

 span { border-color: rgb(218,108,230); }

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