Html Css Color HEX #D26ECD Orchid

📋 copy color: '#D26ECD'

red 210 ◦ green 110 ◦ blue 205

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

Shades of Orchid #D26ECD

Tints of Orchid #D26ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.95%

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 40%
G = 20.95%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D26ECD (or 0xD26ECD) is known color: Orchid. HEX triplet: D2, 6E and CD. RGB value is (210,110,205). Sum of RGB (Red+Green+Blue) = 210+110+205=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ECD is #2D9132. Grayscale: #969696. Windows color (decimal): -2986291 or 13463250. OLE color: 13463250.

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

Color convert

RGB 210 110 205 -
CMYK 0 0.48 0.02 0.18
HSL 303º 0.53% 0.63% -
HSV(B) 303º 0.48% 0.82% -
XYZ 43.17 29.26 61.13 -
YUV 150.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 210 110 205 0 0.48 0.02 0.18 303 0.53 0.63
Hex D2 6E CD 0 30 2 12 12F 35 3F
Octal 322 156 315 0 60 2 22 457 65 77
Binary 11010010 1101110 11001101 0 110000 10 10010 100101111 110101 111111

Color Harmonies of #D26ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ECD

Black with #D26ECD

Text Example


Text Example

White with #D26ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ECD; }

 p { color: rgb(210,110,205); }

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

background-color css

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

 a { background-color: rgb(210,110,205); }

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

border-color css

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

 span { border-color: rgb(210,110,205); }

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