Html Css Color HEX #D268DB Orchid

📋 copy color: '#D268DB'

red 210 ◦ green 104 ◦ blue 219

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

Shades of Orchid #D268DB

Tints of Orchid #D268DB

RGB

 RED value IS 210 (82.42% from 255) = 39.4%

 GREEN value IS 104 (41.02% from 255) = 19.51%

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

R = 39.4%
G = 19.51%
B = 41.09%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D268DB (or 0xD268DB) is known color: Orchid. HEX triplet: D2, 68 and DB. RGB value is (210,104,219). Sum of RGB (Red+Green+Blue) = 210+104+219=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D268DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268DB is #2D9724. Grayscale: #949494. Windows color (decimal): -2987813 or 14379218. OLE color: 14379218.

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

Color convert

RGB 210 104 219 -
CMYK 0.04 0.53 0 0.14
HSL 295.3º 0.61% 0.63% -
HSV(B) 295.3º 0.53% 0.86% -
XYZ 44.31 28.72 70.23 -
YUV 148.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 210 104 219 0.04 0.53 0 0.14 295.3 0.61 0.63
Hex D2 68 DB 4 35 0 E 127 3D 3F
Octal 322 150 333 4 65 0 16 447 75 77
Binary 11010010 1101000 11011011 100 110101 0 1110 100100111 111101 111111

Color Harmonies of #D268DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268DB

Black with #D268DB

Text Example


Text Example

White with #D268DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268DB; }

 p { color: rgb(210,104,219); }

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

background-color css

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

 a { background-color: rgb(210,104,219); }

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

border-color css

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

 span { border-color: rgb(210,104,219); }

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