Html Css Color HEX #D26CD5 Orchid

📋 copy color: '#D26CD5'

red 210 ◦ green 108 ◦ blue 213

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

Shades of Orchid #D26CD5

Tints of Orchid #D26CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 39.55%
G = 20.34%
B = 40.11%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D26CD5 (or 0xD26CD5) is known color: Orchid. HEX triplet: D2, 6C and D5. RGB value is (210,108,213). Sum of RGB (Red+Green+Blue) = 210+108+213=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #D26CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CD5 is #2D932A. Grayscale: #969696. Windows color (decimal): -2986795 or 13987026. OLE color: 13987026.

HSL color Cylindrical-coordinate representation of color #D26CD5: hue angle of 298.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26CD5 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 108 213 -
CMYK 0.01 0.49 0 0.16
HSL 298.29º 0.56% 0.63% -
HSV(B) 298.29º 0.49% 0.84% -
XYZ 43.95 29.23 66.28 -
YUV 150.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 210 108 213 0.01 0.49 0 0.16 298.29 0.56 0.63
Hex D2 6C D5 1 31 0 10 12A 38 3F
Octal 322 154 325 1 61 0 20 452 70 77
Binary 11010010 1101100 11010101 1 110001 0 10000 100101010 111000 111111

Color Harmonies of #D26CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CD5

Black with #D26CD5

Text Example


Text Example

White with #D26CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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