Html Css Color HEX #DA65DF Orchid

📋 copy color: '#DA65DF'

red 218 ◦ green 101 ◦ blue 223

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

Shades of Orchid #DA65DF

Tints of Orchid #DA65DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 40.22%
G = 18.63%
B = 41.14%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA65DF (or 0xDA65DF) is known color: Orchid. HEX triplet: DA, 65 and DF. RGB value is (218,101,223). Sum of RGB (Red+Green+Blue) = 218+101+223=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65DF is #259A20. Grayscale: #959595. Windows color (decimal): -2464289 or 14640602. OLE color: 14640602.

HSL color Cylindrical-coordinate representation of color #DA65DF: hue angle of 297.54º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA65DF is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 101 223 -
CMYK 0.02 0.55 0 0.13
HSL 297.54º 0.66% 0.64% -
HSV(B) 297.54º 0.55% 0.87% -
XYZ 46.89 29.54 73.04 -
YUV 149.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 218 101 223 0.02 0.55 0 0.13 297.54 0.66 0.64
Hex DA 65 DF 2 37 0 D 12A 42 40
Octal 332 145 337 2 67 0 15 452 102 100
Binary 11011010 1100101 11011111 10 110111 0 1101 100101010 1000010 1000000

Color Harmonies of #DA65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65DF

Black with #DA65DF

Text Example


Text Example

White with #DA65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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