Html Css Color HEX #DA65BC Orchid

📋 copy color: '#DA65BC'

red 218 ◦ green 101 ◦ blue 188

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

Shades of Orchid #DA65BC

Tints of Orchid #DA65BC

RGB

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

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

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

R = 43%
G = 19.92%
B = 37.08%

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

#DA65BC (or 0xDA65BC) is known color: Orchid. HEX triplet: DA, 65 and BC. RGB value is (218,101,188). Sum of RGB (Red+Green+Blue) = 218+101+188=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65BC is #259A43. Grayscale: #919191. Windows color (decimal): -2464324 or 12346842. OLE color: 12346842.

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

Color convert

RGB 218 101 188 -
CMYK 0 0.54 0.14 0.15
HSL 315.38º 0.61% 0.63% -
HSV(B) 315.38º 0.54% 0.85% -
XYZ 42.64 27.84 50.7 -
YUV 145.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 218 101 188 0 0.54 0.14 0.15 315.38 0.61 0.63
Hex DA 65 BC 0 36 E F 13B 3D 3F
Octal 332 145 274 0 66 16 17 473 75 77
Binary 11011010 1100101 10111100 0 110110 1110 1111 100111011 111101 111111

Color Harmonies of #DA65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA65BC

Black with #DA65BC

Text Example


Text Example

White with #DA65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA65BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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