Html Css Color HEX #D26FB7 Orchid

📋 copy color: '#D26FB7'

red 210 ◦ green 111 ◦ blue 183

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

Shades of Orchid #D26FB7

Tints of Orchid #D26FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

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

R = 41.67%
G = 22.02%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D26FB7 (or 0xD26FB7) is known color: Orchid. HEX triplet: D2, 6F and B7. RGB value is (210,111,183). Sum of RGB (Red+Green+Blue) = 210+111+183=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FB7 is #2D9048. Grayscale: #949494. Windows color (decimal): -2986057 or 12021714. OLE color: 12021714.

HSL color Cylindrical-coordinate representation of color #D26FB7: hue angle of 316.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26FB7 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 111 183 -
CMYK 0 0.47 0.13 0.18
HSL 316.36º 0.52% 0.63% -
HSV(B) 316.36º 0.47% 0.82% -
XYZ 40.81 28.49 48.15 -
YUV 148.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 210 111 183 0 0.47 0.13 0.18 316.36 0.52 0.63
Hex D2 6F B7 0 2F D 12 13C 34 3F
Octal 322 157 267 0 57 15 22 474 64 77
Binary 11010010 1101111 10110111 0 101111 1101 10010 100111100 110100 111111

Color Harmonies of #D26FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FB7

Black with #D26FB7

Text Example


Text Example

White with #D26FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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