Html Css Color HEX #DA65B8 Orchid

📋 copy color: '#DA65B8'

red 218 ◦ green 101 ◦ blue 184

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

Shades of Orchid #DA65B8

Tints of Orchid #DA65B8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.08%

 BLUE value IS 184 (72.27% from 255) = 36.58%

R = 43.34%
G = 20.08%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA65B8 (or 0xDA65B8) is known color: Orchid. HEX triplet: DA, 65 and B8. RGB value is (218,101,184). Sum of RGB (Red+Green+Blue) = 218+101+184=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65B8 is #259A47. Grayscale: #919191. Windows color (decimal): -2464328 or 12084698. OLE color: 12084698.

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

Color convert

RGB 218 101 184 -
CMYK 0 0.54 0.16 0.15
HSL 317.44º 0.61% 0.63% -
HSV(B) 317.44º 0.54% 0.85% -
XYZ 42.22 27.67 48.46 -
YUV 145.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 218 101 184 0 0.54 0.16 0.15 317.44 0.61 0.63
Hex DA 65 B8 0 36 10 F 13D 3D 3F
Octal 332 145 270 0 66 20 17 475 75 77
Binary 11011010 1100101 10111000 0 110110 10000 1111 100111101 111101 111111

Color Harmonies of #DA65B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65B8

Black with #DA65B8

Text Example


Text Example

White with #DA65B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65B8; }

 p { color: rgb(218,101,184); }

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

background-color css

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

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

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

border-color css

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

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

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