Html Css Color HEX #DA65D9 Orchid

📋 copy color: '#DA65D9'

red 218 ◦ green 101 ◦ blue 217

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

Shades of Orchid #DA65D9

Tints of Orchid #DA65D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.49%

R = 40.67%
G = 18.84%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DA65D9 (or 0xDA65D9) is known color: Orchid. HEX triplet: DA, 65 and D9. RGB value is (218,101,217). Sum of RGB (Red+Green+Blue) = 218+101+217=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65D9 is #259A26. Grayscale: #949494. Windows color (decimal): -2464295 or 14247386. OLE color: 14247386.

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

Color convert

RGB 218 101 217 -
CMYK 0 0.54 0.00 0.15
HSL 300.51º 0.61% 0.63% -
HSV(B) 300.51º 0.54% 0.85% -
XYZ 46.09 29.22 68.86 -
YUV 149.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 218 101 217 0 0.54 0.00 0.15 300.51 0.61 0.63
Hex DA 65 D9 0 36 0 F 12D 3D 3F
Octal 332 145 331 0 66 0 17 455 75 77
Binary 11011010 1100101 11011001 0 110110 0 1111 100101101 111101 111111

Color Harmonies of #DA65D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65D9

Black with #DA65D9

Text Example


Text Example

White with #DA65D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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