Html Css Color HEX #DA69DA Orchid

📋 copy color: '#DA69DA'

red 218 ◦ green 105 ◦ blue 218

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

Shades of Orchid #DA69DA

Tints of Orchid #DA69DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 40.3%
G = 19.41%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA69DA (or 0xDA69DA) is known color: Orchid. HEX triplet: DA, 69 and DA. RGB value is (218,105,218). Sum of RGB (Red+Green+Blue) = 218+105+218=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69DA is #259625. Grayscale: #979797. Windows color (decimal): -2463270 or 14313946. OLE color: 14313946.

HSL color Cylindrical-coordinate representation of color #DA69DA: hue angle of 300º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69DA is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 218 -
CMYK 0 0.52 0 0.15
HSL 300º 0.6% 0.63% -
HSV(B) 300º 0.52% 0.85% -
XYZ 46.62 30.07 69.68 -
YUV 151.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 218 105 218 0 0.52 0 0.15 300 0.6 0.63
Hex DA 69 DA 0 34 0 F 12C 3C 3F
Octal 332 151 332 0 64 0 17 454 74 77
Binary 11011010 1101001 11011010 0 110100 0 1111 100101100 111100 111111

Color Harmonies of #DA69DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA69DA

Black with #DA69DA

Text Example


Text Example

White with #DA69DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA69DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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