Html Css Color HEX #DA64BC Orchid

📋 copy color: '#DA64BC'

red 218 ◦ green 100 ◦ blue 188

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

Shades of Orchid #DA64BC

Tints of Orchid #DA64BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 43.08%
G = 19.76%
B = 37.15%

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

#DA64BC (or 0xDA64BC) is known color: Orchid. HEX triplet: DA, 64 and BC. RGB value is (218,100,188). Sum of RGB (Red+Green+Blue) = 218+100+188=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64BC is #259B43. Grayscale: #919191. Windows color (decimal): -2464580 or 12346586. OLE color: 12346586.

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

Color convert

RGB 218 100 188 -
CMYK 0 0.54 0.14 0.15
HSL 315.25º 0.61% 0.62% -
HSV(B) 315.25º 0.54% 0.85% -
XYZ 42.55 27.65 50.67 -
YUV 145.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 218 100 188 0 0.54 0.14 0.15 315.25 0.61 0.62
Hex DA 64 BC 0 36 E F 13B 3D 3E
Octal 332 144 274 0 66 16 17 473 75 76
Binary 11011010 1100100 10111100 0 110110 1110 1111 100111011 111101 111110

Color Harmonies of #DA64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA64BC

Black with #DA64BC

Text Example


Text Example

White with #DA64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA64BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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