Html Css Color HEX #DA66CE Orchid

📋 copy color: '#DA66CE'

red 218 ◦ green 102 ◦ blue 206

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

Shades of Orchid #DA66CE

Tints of Orchid #DA66CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 41.44%
G = 19.39%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA66CE (or 0xDA66CE) is known color: Orchid. HEX triplet: DA, 66 and CE. RGB value is (218,102,206). Sum of RGB (Red+Green+Blue) = 218+102+206=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66CE is #259931. Grayscale: #949494. Windows color (decimal): -2464050 or 13526746. OLE color: 13526746.

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

Color convert

RGB 218 102 206 -
CMYK 0 0.53 0.06 0.15
HSL 306.21º 0.61% 0.63% -
HSV(B) 306.21º 0.53% 0.85% -
XYZ 44.81 28.86 61.6 -
YUV 148.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 218 102 206 0 0.53 0.06 0.15 306.21 0.61 0.63
Hex DA 66 CE 0 35 6 F 132 3D 3F
Octal 332 146 316 0 65 6 17 462 75 77
Binary 11011010 1100110 11001110 0 110101 110 1111 100110010 111101 111111

Color Harmonies of #DA66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66CE

Black with #DA66CE

Text Example


Text Example

White with #DA66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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