Html Css Color HEX #DA66C8 Orchid

📋 copy color: '#DA66C8'

red 218 ◦ green 102 ◦ blue 200

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

Shades of Orchid #DA66C8

Tints of Orchid #DA66C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.46%

R = 41.92%
G = 19.62%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA66C8 (or 0xDA66C8) is known color: Orchid. HEX triplet: DA, 66 and C8. RGB value is (218,102,200). Sum of RGB (Red+Green+Blue) = 218+102+200=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66C8 is #259937. Grayscale: #939393. Windows color (decimal): -2464056 or 13133530. OLE color: 13133530.

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

Color convert

RGB 218 102 200 -
CMYK 0 0.53 0.08 0.15
HSL 309.31º 0.61% 0.63% -
HSV(B) 309.31º 0.53% 0.85% -
XYZ 44.09 28.58 57.84 -
YUV 147.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 218 102 200 0 0.53 0.08 0.15 309.31 0.61 0.63
Hex DA 66 C8 0 35 8 F 135 3D 3F
Octal 332 146 310 0 65 10 17 465 75 77
Binary 11011010 1100110 11001000 0 110101 1000 1111 100110101 111101 111111

Color Harmonies of #DA66C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66C8

Black with #DA66C8

Text Example


Text Example

White with #DA66C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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