Html Css Color HEX #DA65BA Orchid

📋 copy color: '#DA65BA'

red 218 ◦ green 101 ◦ blue 186

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

Shades of Orchid #DA65BA

Tints of Orchid #DA65BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 43.17%
G = 20%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA65BA (or 0xDA65BA) is known color: Orchid. HEX triplet: DA, 65 and BA. RGB value is (218,101,186). Sum of RGB (Red+Green+Blue) = 218+101+186=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65BA is #259A45. Grayscale: #919191. Windows color (decimal): -2464326 or 12215770. OLE color: 12215770.

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

Color convert

RGB 218 101 186 -
CMYK 0 0.54 0.15 0.15
HSL 316.41º 0.61% 0.63% -
HSV(B) 316.41º 0.54% 0.85% -
XYZ 42.43 27.76 49.58 -
YUV 145.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 218 101 186 0 0.54 0.15 0.15 316.41 0.61 0.63
Hex DA 65 BA 0 36 F F 13C 3D 3F
Octal 332 145 272 0 66 17 17 474 75 77
Binary 11011010 1100101 10111010 0 110110 1111 1111 100111100 111101 111111

Color Harmonies of #DA65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65BA

Black with #DA65BA

Text Example


Text Example

White with #DA65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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