Html Css Color HEX #DA65BB Orchid

📋 copy color: '#DA65BB'

red 218 ◦ green 101 ◦ blue 187

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

Shades of Orchid #DA65BB

Tints of Orchid #DA65BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 43.08%
G = 19.96%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA65BB (or 0xDA65BB) is known color: Orchid. HEX triplet: DA, 65 and BB. RGB value is (218,101,187). Sum of RGB (Red+Green+Blue) = 218+101+187=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65BB is #259A44. Grayscale: #919191. Windows color (decimal): -2464325 or 12281306. OLE color: 12281306.

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

Color convert

RGB 218 101 187 -
CMYK 0 0.54 0.14 0.15
HSL 315.9º 0.61% 0.63% -
HSV(B) 315.9º 0.54% 0.85% -
XYZ 42.54 27.8 50.14 -
YUV 145.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 218 101 187 0 0.54 0.14 0.15 315.9 0.61 0.63
Hex DA 65 BB 0 36 E F 13C 3D 3F
Octal 332 145 273 0 66 16 17 474 75 77
Binary 11011010 1100101 10111011 0 110110 1110 1111 100111100 111101 111111

Color Harmonies of #DA65BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65BB

Black with #DA65BB

Text Example


Text Example

White with #DA65BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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