Html Css Color HEX #DA65DB Orchid

📋 copy color: '#DA65DB'

red 218 ◦ green 101 ◦ blue 219

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

Shades of Orchid #DA65DB

Tints of Orchid #DA65DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 40.52%
G = 18.77%
B = 40.71%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA65DB (or 0xDA65DB) is known color: Orchid. HEX triplet: DA, 65 and DB. RGB value is (218,101,219). Sum of RGB (Red+Green+Blue) = 218+101+219=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65DB is #259A24. Grayscale: #959595. Windows color (decimal): -2464293 or 14378458. OLE color: 14378458.

HSL color Cylindrical-coordinate representation of color #DA65DB: hue angle of 299.49º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65DB is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 101 219 -
CMYK 0.00 0.54 0 0.14
HSL 299.49º 0.62% 0.63% -
HSV(B) 299.49º 0.54% 0.86% -
XYZ 46.35 29.33 70.24 -
YUV 149.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 218 101 219 0.00 0.54 0 0.14 299.49 0.62 0.63
Hex DA 65 DB 0 36 0 E 12B 3E 3F
Octal 332 145 333 0 66 0 16 453 76 77
Binary 11011010 1100101 11011011 0 110110 0 1110 100101011 111110 111111

Color Harmonies of #DA65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65DB

Black with #DA65DB

Text Example


Text Example

White with #DA65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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