Html Css Color HEX #DA66DA Orchid

📋 copy color: '#DA66DA'

red 218 ◦ green 102 ◦ blue 218

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

Shades of Orchid #DA66DA

Tints of Orchid #DA66DA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.96%

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

R = 40.52%
G = 18.96%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA66DA (or 0xDA66DA) is known color: Orchid. HEX triplet: DA, 66 and DA. RGB value is (218,102,218). Sum of RGB (Red+Green+Blue) = 218+102+218=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66DA is #259925. Grayscale: #959595. Windows color (decimal): -2464038 or 14313178. OLE color: 14313178.

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

Color convert

RGB 218 102 218 -
CMYK 0 0.53 0 0.15
HSL 300º 0.61% 0.63% -
HSV(B) 300º 0.53% 0.85% -
XYZ 46.32 29.47 69.58 -
YUV 149.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 218 102 218 0 0.53 0 0.15 300 0.61 0.63
Hex DA 66 DA 0 35 0 F 12C 3D 3F
Octal 332 146 332 0 65 0 17 454 75 77
Binary 11011010 1100110 11011010 0 110101 0 1111 100101100 111101 111111

Color Harmonies of #DA66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66DA

Black with #DA66DA

Text Example


Text Example

White with #DA66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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