Html Css Color HEX #D26CDB Orchid

📋 copy color: '#D26CDB'

red 210 ◦ green 108 ◦ blue 219

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

Shades of Orchid #D26CDB

Tints of Orchid #D26CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.11%

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

R = 39.11%
G = 20.11%
B = 40.78%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D26CDB (or 0xD26CDB) is known color: Orchid. HEX triplet: D2, 6C and DB. RGB value is (210,108,219). Sum of RGB (Red+Green+Blue) = 210+108+219=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D26CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CDB is #2D9324. Grayscale: #969696. Windows color (decimal): -2986789 or 14380242. OLE color: 14380242.

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

Color convert

RGB 210 108 219 -
CMYK 0.04 0.51 0 0.14
HSL 295.14º 0.61% 0.64% -
HSV(B) 295.14º 0.51% 0.86% -
XYZ 44.73 29.54 70.36 -
YUV 151.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 210 108 219 0.04 0.51 0 0.14 295.14 0.61 0.64
Hex D2 6C DB 4 33 0 E 127 3D 40
Octal 322 154 333 4 63 0 16 447 75 100
Binary 11010010 1101100 11011011 100 110011 0 1110 100100111 111101 1000000

Color Harmonies of #D26CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CDB

Black with #D26CDB

Text Example


Text Example

White with #D26CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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