Html Css Color HEX #D263DB Orchid

📋 copy color: '#D263DB'

red 210 ◦ green 99 ◦ blue 219

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

Shades of Orchid #D263DB

Tints of Orchid #D263DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.75%

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

R = 39.77%
G = 18.75%
B = 41.48%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D263DB (or 0xD263DB) is known color: Orchid. HEX triplet: D2, 63 and DB. RGB value is (210,99,219). Sum of RGB (Red+Green+Blue) = 210+99+219=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #D263DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263DB is #2D9C24. Grayscale: #919191. Windows color (decimal): -2989093 or 14377938. OLE color: 14377938.

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

Color convert

RGB 210 99 219 -
CMYK 0.04 0.55 0 0.14
HSL 295.5º 0.63% 0.62% -
HSV(B) 295.5º 0.55% 0.86% -
XYZ 43.83 27.74 70.06 -
YUV 145.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 210 99 219 0.04 0.55 0 0.14 295.5 0.63 0.62
Hex D2 63 DB 4 37 0 E 128 3E 3E
Octal 322 143 333 4 67 0 16 450 76 76
Binary 11010010 1100011 11011011 100 110111 0 1110 100101000 111110 111110

Color Harmonies of #D263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D263DB

Black with #D263DB

Text Example


Text Example

White with #D263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D263DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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