Html Css Color HEX #D26DBE Orchid

📋 copy color: '#D26DBE'

red 210 ◦ green 109 ◦ blue 190

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

Shades of Orchid #D26DBE

Tints of Orchid #D26DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.41%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 41.26%
G = 21.41%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D26DBE (or 0xD26DBE) is known color: Orchid. HEX triplet: D2, 6D and BE. RGB value is (210,109,190). Sum of RGB (Red+Green+Blue) = 210+109+190=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DBE is #2D9241. Grayscale: #949494. Windows color (decimal): -2986562 or 12479954. OLE color: 12479954.

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

Color convert

RGB 210 109 190 -
CMYK 0 0.48 0.10 0.18
HSL 311.88º 0.53% 0.63% -
HSV(B) 311.88º 0.48% 0.82% -
XYZ 41.34 28.36 52.01 -
YUV 148.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 210 109 190 0 0.48 0.10 0.18 311.88 0.53 0.63
Hex D2 6D BE 0 30 A 12 138 35 3F
Octal 322 155 276 0 60 12 22 470 65 77
Binary 11010010 1101101 10111110 0 110000 1010 10010 100111000 110101 111111

Color Harmonies of #D26DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DBE

Black with #D26DBE

Text Example


Text Example

White with #D26DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DBE; }

 p { color: rgb(210,109,190); }

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

background-color css

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

 a { background-color: rgb(210,109,190); }

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

border-color css

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

 span { border-color: rgb(210,109,190); }

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