Html Css Color HEX #DA7CE6 Orchid

📋 copy color: '#DA7CE6'

red 218 ◦ green 124 ◦ blue 230

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

Shades of Orchid #DA7CE6

Tints of Orchid #DA7CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.68%

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

R = 38.11%
G = 21.68%
B = 40.21%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA7CE6 (or 0xDA7CE6) is known color: Orchid. HEX triplet: DA, 7C and E6. RGB value is (218,124,230). Sum of RGB (Red+Green+Blue) = 218+124+230=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA7CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CE6 is #258319. Grayscale: #A3A3A3. Windows color (decimal): -2458394 or 15105242. OLE color: 15105242.

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

Color convert

RGB 218 124 230 -
CMYK 0.05 0.46 0 0.10
HSL 293.21º 0.68% 0.69% -
HSV(B) 293.21º 0.46% 0.9% -
XYZ 50.4 35.03 78.97 -
YUV 164.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 218 124 230 0.05 0.46 0 0.10 293.21 0.68 0.69
Hex DA 7C E6 5 2E 0 A 125 44 45
Octal 332 174 346 5 56 0 12 445 104 105
Binary 11011010 1111100 11100110 101 101110 0 1010 100100101 1000100 1000101

Color Harmonies of #DA7CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CE6

Black with #DA7CE6

Text Example


Text Example

White with #DA7CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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