Html Css Color HEX #D264DB Orchid

📋 copy color: '#D264DB'

red 210 ◦ green 100 ◦ blue 219

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

Shades of Orchid #D264DB

Tints of Orchid #D264DB

RGB

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

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

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

R = 39.7%
G = 18.9%
B = 41.4%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D264DB (or 0xD264DB) is known color: Orchid. HEX triplet: D2, 64 and DB. RGB value is (210,100,219). Sum of RGB (Red+Green+Blue) = 210+100+219=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #D264DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264DB is #2D9B24. Grayscale: #929292. Windows color (decimal): -2988837 or 14378194. OLE color: 14378194.

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

Color convert

RGB 210 100 219 -
CMYK 0.04 0.54 0 0.14
HSL 295.46º 0.62% 0.63% -
HSV(B) 295.46º 0.54% 0.86% -
XYZ 43.92 27.93 70.09 -
YUV 146.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 210 100 219 0.04 0.54 0 0.14 295.46 0.62 0.63
Hex D2 64 DB 4 36 0 E 127 3E 3F
Octal 322 144 333 4 66 0 16 447 76 77
Binary 11010010 1100100 11011011 100 110110 0 1110 100100111 111110 111111

Color Harmonies of #D264DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264DB

Black with #D264DB

Text Example


Text Example

White with #D264DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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