Html Css Color HEX #D265DB Orchid

📋 copy color: '#D265DB'

red 210 ◦ green 101 ◦ blue 219

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

Shades of Orchid #D265DB

Tints of Orchid #D265DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.06%

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

R = 39.62%
G = 19.06%
B = 41.32%

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

#D265DB (or 0xD265DB) is known color: Orchid. HEX triplet: D2, 65 and DB. RGB value is (210,101,219). Sum of RGB (Red+Green+Blue) = 210+101+219=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #D265DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265DB is #2D9A24. Grayscale: #929292. Windows color (decimal): -2988581 or 14378450. OLE color: 14378450.

HSL color Cylindrical-coordinate representation of color #D265DB: hue angle of 295.42º 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 #D265DB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 101 219 -
CMYK 0.04 0.54 0 0.14
HSL 295.42º 0.62% 0.63% -
HSV(B) 295.42º 0.54% 0.86% -
XYZ 44.02 28.12 70.13 -
YUV 147.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 210 101 219 0.04 0.54 0 0.14 295.42 0.62 0.63
Hex D2 65 DB 4 36 0 E 127 3E 3F
Octal 322 145 333 4 66 0 16 447 76 77
Binary 11010010 1100101 11011011 100 110110 0 1110 100100111 111110 111111

Color Harmonies of #D265DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265DB

Black with #D265DB

Text Example


Text Example

White with #D265DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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