Html Css Color HEX #DA65BD Orchid

📋 copy color: '#DA65BD'

red 218 ◦ green 101 ◦ blue 189

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

Shades of Orchid #DA65BD

Tints of Orchid #DA65BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 42.91%
G = 19.88%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA65BD (or 0xDA65BD) is known color: Orchid. HEX triplet: DA, 65 and BD. RGB value is (218,101,189). Sum of RGB (Red+Green+Blue) = 218+101+189=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65BD is #259A42. Grayscale: #919191. Windows color (decimal): -2464323 or 12412378. OLE color: 12412378.

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

Color convert

RGB 218 101 189 -
CMYK 0 0.54 0.13 0.15
HSL 314.87º 0.61% 0.63% -
HSV(B) 314.87º 0.54% 0.85% -
XYZ 42.75 27.89 51.27 -
YUV 146.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 218 101 189 0 0.54 0.13 0.15 314.87 0.61 0.63
Hex DA 65 BD 0 36 D F 13B 3D 3F
Octal 332 145 275 0 66 15 17 473 75 77
Binary 11011010 1100101 10111101 0 110110 1101 1111 100111011 111101 111111

Color Harmonies of #DA65BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65BD

Black with #DA65BD

Text Example


Text Example

White with #DA65BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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