Html Css Color HEX #DA69DF Orchid

📋 copy color: '#DA69DF'

red 218 ◦ green 105 ◦ blue 223

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

Shades of Orchid #DA69DF

Tints of Orchid #DA69DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.23%

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

R = 39.93%
G = 19.23%
B = 40.84%

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

#DA69DF (or 0xDA69DF) is known color: Orchid. HEX triplet: DA, 69 and DF. RGB value is (218,105,223). Sum of RGB (Red+Green+Blue) = 218+105+223=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69DF is #259620. Grayscale: #979797. Windows color (decimal): -2463265 or 14641626. OLE color: 14641626.

HSL color Cylindrical-coordinate representation of color #DA69DF: hue angle of 297.46º 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 #DA69DF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 105 223 -
CMYK 0.02 0.53 0 0.13
HSL 297.46º 0.65% 0.64% -
HSV(B) 297.46º 0.53% 0.87% -
XYZ 47.28 30.34 73.18 -
YUV 152.24 167.94 174.91 -
System Red Green Blue C M Y K H S L
Decimal 218 105 223 0.02 0.53 0 0.13 297.46 0.65 0.64
Hex DA 69 DF 2 35 0 D 129 41 40
Octal 332 151 337 2 65 0 15 451 101 100
Binary 11011010 1101001 11011111 10 110101 0 1101 100101001 1000001 1000000

Color Harmonies of #DA69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69DF

Black with #DA69DF

Text Example


Text Example

White with #DA69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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