Html Css Color HEX #DA66EA Orchid

📋 copy color: '#DA66EA'

red 218 ◦ green 102 ◦ blue 234

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

Shades of Orchid #DA66EA

Tints of Orchid #DA66EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 39.35%
G = 18.41%
B = 42.24%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA66EA (or 0xDA66EA) is known color: Orchid. HEX triplet: DA, 66 and EA. RGB value is (218,102,234). Sum of RGB (Red+Green+Blue) = 218+102+234=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66EA is #259915. Grayscale: #979797. Windows color (decimal): -2464022 or 15361754. OLE color: 15361754.

HSL color Cylindrical-coordinate representation of color #DA66EA: hue angle of 292.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA66EA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 102 234 -
CMYK 0.07 0.56 0 0.08
HSL 292.73º 0.76% 0.66% -
HSV(B) 292.73º 0.56% 0.92% -
XYZ 48.52 30.35 81.14 -
YUV 151.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 218 102 234 0.07 0.56 0 0.08 292.73 0.76 0.66
Hex DA 66 EA 7 38 0 8 125 4C 42
Octal 332 146 352 7 70 0 10 445 114 102
Binary 11011010 1100110 11101010 111 111000 0 1000 100100101 1001100 1000010

Color Harmonies of #DA66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66EA

Black with #DA66EA

Text Example


Text Example

White with #DA66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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