Html Css Color HEX #D26ACB Orchid

📋 copy color: '#D26ACB'

red 210 ◦ green 106 ◦ blue 203

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

Shades of Orchid #D26ACB

Tints of Orchid #D26ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 40.46%
G = 20.42%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D26ACB (or 0xD26ACB) is known color: Orchid. HEX triplet: D2, 6A and CB. RGB value is (210,106,203). Sum of RGB (Red+Green+Blue) = 210+106+203=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ACB is #2D9534. Grayscale: #939393. Windows color (decimal): -2987317 or 13331154. OLE color: 13331154.

HSL color Cylindrical-coordinate representation of color #D26ACB: hue angle of 304.04º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26ACB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 106 203 -
CMYK 0 0.50 0.03 0.18
HSL 304.04º 0.54% 0.62% -
HSV(B) 304.04º 0.5% 0.82% -
XYZ 42.51 28.32 59.73 -
YUV 148.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 210 106 203 0 0.50 0.03 0.18 304.04 0.54 0.62
Hex D2 6A CB 0 32 3 12 130 36 3E
Octal 322 152 313 0 62 3 22 460 66 76
Binary 11010010 1101010 11001011 0 110010 11 10010 100110000 110110 111110

Color Harmonies of #D26ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ACB

Black with #D26ACB

Text Example


Text Example

White with #D26ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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