Html Css Color HEX #DA68DF Orchid

📋 copy color: '#DA68DF'

red 218 ◦ green 104 ◦ blue 223

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

Shades of Orchid #DA68DF

Tints of Orchid #DA68DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.08%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 40%
G = 19.08%
B = 40.92%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA68DF (or 0xDA68DF) is known color: Orchid. HEX triplet: DA, 68 and DF. RGB value is (218,104,223). Sum of RGB (Red+Green+Blue) = 218+104+223=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68DF is #259720. Grayscale: #979797. Windows color (decimal): -2463521 or 14641370. OLE color: 14641370.

HSL color Cylindrical-coordinate representation of color #DA68DF: hue angle of 297.48º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA68DF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 104 223 -
CMYK 0.02 0.53 0 0.13
HSL 297.48º 0.65% 0.64% -
HSV(B) 297.48º 0.53% 0.87% -
XYZ 47.18 30.13 73.14 -
YUV 151.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 218 104 223 0.02 0.53 0 0.13 297.48 0.65 0.64
Hex DA 68 DF 2 35 0 D 129 41 40
Octal 332 150 337 2 65 0 15 451 101 100
Binary 11011010 1101000 11011111 10 110101 0 1101 100101001 1000001 1000000

Color Harmonies of #DA68DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA68DF

Black with #DA68DF

Text Example


Text Example

White with #DA68DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA68DF; }

 p { color: rgb(218,104,223); }

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

background-color css

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

 a { background-color: rgb(218,104,223); }

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

border-color css

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

 span { border-color: rgb(218,104,223); }

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