Html Css Color HEX #DA64BD Orchid

📋 copy color: '#DA64BD'

red 218 ◦ green 100 ◦ blue 189

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

Shades of Orchid #DA64BD

Tints of Orchid #DA64BD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.72%

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

R = 43%
G = 19.72%
B = 37.28%

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

#DA64BD (or 0xDA64BD) is known color: Orchid. HEX triplet: DA, 64 and BD. RGB value is (218,100,189). Sum of RGB (Red+Green+Blue) = 218+100+189=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64BD is #259B42. Grayscale: #919191. Windows color (decimal): -2464579 or 12412122. OLE color: 12412122.

HSL color Cylindrical-coordinate representation of color #DA64BD: hue angle of 314.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA64BD is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 189 -
CMYK 0 0.54 0.13 0.15
HSL 314.75º 0.61% 0.62% -
HSV(B) 314.75º 0.54% 0.85% -
XYZ 42.66 27.69 51.24 -
YUV 145.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 218 100 189 0 0.54 0.13 0.15 314.75 0.61 0.62
Hex DA 64 BD 0 36 D F 13B 3D 3E
Octal 332 144 275 0 66 15 17 473 75 76
Binary 11011010 1100100 10111101 0 110110 1101 1111 100111011 111101 111110

Color Harmonies of #DA64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64BD

Black with #DA64BD

Text Example


Text Example

White with #DA64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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