Html Css Color HEX #D26CB6 Orchid

📋 copy color: '#D26CB6'

red 210 ◦ green 108 ◦ blue 182

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

Shades of Orchid #D26CB6

Tints of Orchid #D26CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 42%
G = 21.6%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D26CB6 (or 0xD26CB6) is known color: Orchid. HEX triplet: D2, 6C and B6. RGB value is (210,108,182). Sum of RGB (Red+Green+Blue) = 210+108+182=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CB6 is #2D9349. Grayscale: #929292. Windows color (decimal): -2986826 or 11955410. OLE color: 11955410.

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

Color convert

RGB 210 108 182 -
CMYK 0 0.49 0.13 0.18
HSL 316.47º 0.53% 0.62% -
HSV(B) 316.47º 0.49% 0.82% -
XYZ 40.38 27.8 47.49 -
YUV 146.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 210 108 182 0 0.49 0.13 0.18 316.47 0.53 0.62
Hex D2 6C B6 0 31 D 12 13C 35 3E
Octal 322 154 266 0 61 15 22 474 65 76
Binary 11010010 1101100 10110110 0 110001 1101 10010 100111100 110101 111110

Color Harmonies of #D26CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CB6

Black with #D26CB6

Text Example


Text Example

White with #D26CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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