Html Css Color HEX #D05FDB Orchid

📋 copy color: '#D05FDB'

red 208 ◦ green 95 ◦ blue 219

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

Shades of Orchid #D05FDB

Tints of Orchid #D05FDB

RGB

 RED value IS 208 (81.64% from 255) = 39.85%

 GREEN value IS 95 (37.5% from 255) = 18.2%

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

R = 39.85%
G = 18.2%
B = 41.95%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D05FDB (or 0xD05FDB) is known color: Orchid. HEX triplet: D0, 5F and DB. RGB value is (208,95,219). Sum of RGB (Red+Green+Blue) = 208+95+219=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #D05FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FDB is #2FA024. Grayscale: #8E8E8E. Windows color (decimal): -3121189 or 14376912. OLE color: 14376912.

HSL color Cylindrical-coordinate representation of color #D05FDB: hue angle of 294.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05FDB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 95 219 -
CMYK 0.05 0.57 0 0.14
HSL 294.68º 0.63% 0.62% -
HSV(B) 294.68º 0.57% 0.86% -
XYZ 42.89 26.71 69.91 -
YUV 142.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 208 95 219 0.05 0.57 0 0.14 294.68 0.63 0.62
Hex D0 5F DB 5 39 0 E 127 3F 3E
Octal 320 137 333 5 71 0 16 447 77 76
Binary 11010000 1011111 11011011 101 111001 0 1110 100100111 111111 111110

Color Harmonies of #D05FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FDB

Black with #D05FDB

Text Example


Text Example

White with #D05FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FDB; }

 p { color: rgb(208,95,219); }

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

background-color css

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

 a { background-color: rgb(208,95,219); }

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

border-color css

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

 span { border-color: rgb(208,95,219); }

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