Html Css Color HEX #DA7FDB Orchid

📋 copy color: '#DA7FDB'

red 218 ◦ green 127 ◦ blue 219

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

Shades of Orchid #DA7FDB

Tints of Orchid #DA7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.52%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 38.65%
G = 22.52%
B = 38.83%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA7FDB (or 0xDA7FDB) is known color: Orchid. HEX triplet: DA, 7F and DB. RGB value is (218,127,219). Sum of RGB (Red+Green+Blue) = 218+127+219=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FDB is #258024. Grayscale: #A4A4A4. Windows color (decimal): -2457637 or 14385114. OLE color: 14385114.

HSL color Cylindrical-coordinate representation of color #DA7FDB: hue angle of 299.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FDB is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 127 219 -
CMYK 0.00 0.42 0 0.14
HSL 299.35º 0.56% 0.68% -
HSV(B) 299.35º 0.42% 0.86% -
XYZ 49.29 35.2 71.21 -
YUV 164.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 218 127 219 0.00 0.42 0 0.14 299.35 0.56 0.68
Hex DA 7F DB 0 2A 0 E 12B 38 44
Octal 332 177 333 0 52 0 16 453 70 104
Binary 11011010 1111111 11011011 0 101010 0 1110 100101011 111000 1000100

Color Harmonies of #DA7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FDB

Black with #DA7FDB

Text Example


Text Example

White with #DA7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FDB; }

 p { color: rgb(218,127,219); }

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

background-color css

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

 a { background-color: rgb(218,127,219); }

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

border-color css

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

 span { border-color: rgb(218,127,219); }

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