Html Css Color HEX #D26CBB Orchid

📋 copy color: '#D26CBB'

red 210 ◦ green 108 ◦ blue 187

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

Shades of Orchid #D26CBB

Tints of Orchid #D26CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 41.58%
G = 21.39%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D26CBB (or 0xD26CBB) is known color: Orchid. HEX triplet: D2, 6C and BB. RGB value is (210,108,187). Sum of RGB (Red+Green+Blue) = 210+108+187=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CBB is #2D9344. Grayscale: #939393. Windows color (decimal): -2986821 or 12283090. OLE color: 12283090.

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

Color convert

RGB 210 108 187 -
CMYK 0 0.49 0.11 0.18
HSL 313.53º 0.53% 0.62% -
HSV(B) 313.53º 0.49% 0.82% -
XYZ 40.91 28.01 50.26 -
YUV 147.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 210 108 187 0 0.49 0.11 0.18 313.53 0.53 0.62
Hex D2 6C BB 0 31 B 12 13A 35 3E
Octal 322 154 273 0 61 13 22 472 65 76
Binary 11010010 1101100 10111011 0 110001 1011 10010 100111010 110101 111110

Color Harmonies of #D26CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CBB

Black with #D26CBB

Text Example


Text Example

White with #D26CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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