Html Css Color HEX #D26CD8 Orchid

📋 copy color: '#D26CD8'

red 210 ◦ green 108 ◦ blue 216

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

Shades of Orchid #D26CD8

Tints of Orchid #D26CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.45%

R = 39.33%
G = 20.22%
B = 40.45%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D26CD8 (or 0xD26CD8) is known color: Orchid. HEX triplet: D2, 6C and D8. RGB value is (210,108,216). Sum of RGB (Red+Green+Blue) = 210+108+216=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #D26CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CD8 is #2D9327. Grayscale: #969696. Windows color (decimal): -2986792 or 14183634. OLE color: 14183634.

HSL color Cylindrical-coordinate representation of color #D26CD8: hue angle of 296.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26CD8 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 108 216 -
CMYK 0.03 0.50 0 0.15
HSL 296.67º 0.58% 0.64% -
HSV(B) 296.67º 0.5% 0.85% -
XYZ 44.34 29.38 68.3 -
YUV 150.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 210 108 216 0.03 0.50 0 0.15 296.67 0.58 0.64
Hex D2 6C D8 3 32 0 F 129 3A 40
Octal 322 154 330 3 62 0 17 451 72 100
Binary 11010010 1101100 11011000 11 110010 0 1111 100101001 111010 1000000

Color Harmonies of #D26CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CD8

Black with #D26CD8

Text Example


Text Example

White with #D26CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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