Html Css Color HEX #D26CB7 Orchid

📋 copy color: '#D26CB7'

red 210 ◦ green 108 ◦ blue 183

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

Shades of Orchid #D26CB7

Tints of Orchid #D26CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 41.92%
G = 21.56%
B = 36.53%

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

#D26CB7 (or 0xD26CB7) is known color: Orchid. HEX triplet: D2, 6C and B7. RGB value is (210,108,183). Sum of RGB (Red+Green+Blue) = 210+108+183=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CB7 is #2D9348. Grayscale: #929292. Windows color (decimal): -2986825 or 12020946. OLE color: 12020946.

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

Color convert

RGB 210 108 183 -
CMYK 0 0.49 0.13 0.18
HSL 315.88º 0.53% 0.62% -
HSV(B) 315.88º 0.49% 0.82% -
XYZ 40.49 27.85 48.04 -
YUV 147.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 210 108 183 0 0.49 0.13 0.18 315.88 0.53 0.62
Hex D2 6C B7 0 31 D 12 13C 35 3E
Octal 322 154 267 0 61 15 22 474 65 76
Binary 11010010 1101100 10110111 0 110001 1101 10010 100111100 110101 111110

Color Harmonies of #D26CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CB7

Black with #D26CB7

Text Example


Text Example

White with #D26CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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