Html Css Color HEX #D26DCB Orchid

📋 copy color: '#D26DCB'

red 210 ◦ green 109 ◦ blue 203

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

Shades of Orchid #D26DCB

Tints of Orchid #D26DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.88%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 40.23%
G = 20.88%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D26DCB (or 0xD26DCB) is known color: Orchid. HEX triplet: D2, 6D and CB. RGB value is (210,109,203). Sum of RGB (Red+Green+Blue) = 210+109+203=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DCB is #2D9234. Grayscale: #959595. Windows color (decimal): -2986549 or 13331922. OLE color: 13331922.

HSL color Cylindrical-coordinate representation of color #D26DCB: hue angle of 304.16º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26DCB is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 109 203 -
CMYK 0 0.48 0.03 0.18
HSL 304.16º 0.53% 0.63% -
HSV(B) 304.16º 0.48% 0.82% -
XYZ 42.83 28.95 59.83 -
YUV 149.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 210 109 203 0 0.48 0.03 0.18 304.16 0.53 0.63
Hex D2 6D CB 0 30 3 12 130 35 3F
Octal 322 155 313 0 60 3 22 460 65 77
Binary 11010010 1101101 11001011 0 110000 11 10010 100110000 110101 111111

Color Harmonies of #D26DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DCB

Black with #D26DCB

Text Example


Text Example

White with #D26DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DCB; }

 p { color: rgb(210,109,203); }

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

background-color css

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

 a { background-color: rgb(210,109,203); }

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

border-color css

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

 span { border-color: rgb(210,109,203); }

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