Html Css Color HEX #D26CBD Orchid

📋 copy color: '#D26CBD'

red 210 ◦ green 108 ◦ blue 189

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

Shades of Orchid #D26CBD

Tints of Orchid #D26CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 41.42%
G = 21.3%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D26CBD (or 0xD26CBD) is known color: Orchid. HEX triplet: D2, 6C and BD. RGB value is (210,108,189). Sum of RGB (Red+Green+Blue) = 210+108+189=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CBD is #2D9342. Grayscale: #939393. Windows color (decimal): -2986819 or 12414162. OLE color: 12414162.

HSL color Cylindrical-coordinate representation of color #D26CBD: hue angle of 312.35º 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 #D26CBD is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 108 189 -
CMYK 0 0.49 0.10 0.18
HSL 312.35º 0.53% 0.62% -
HSV(B) 312.35º 0.49% 0.82% -
XYZ 41.13 28.1 51.4 -
YUV 147.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 210 108 189 0 0.49 0.10 0.18 312.35 0.53 0.62
Hex D2 6C BD 0 31 A 12 138 35 3E
Octal 322 154 275 0 61 12 22 470 65 76
Binary 11010010 1101100 10111101 0 110001 1010 10010 100111000 110101 111110

Color Harmonies of #D26CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CBD

Black with #D26CBD

Text Example


Text Example

White with #D26CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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