Html Css Color HEX #D26DCC Orchid

📋 copy color: '#D26DCC'

red 210 ◦ green 109 ◦ blue 204

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

Shades of Orchid #D26DCC

Tints of Orchid #D26DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 40.15%
G = 20.84%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D26DCC (or 0xD26DCC) is known color: Orchid. HEX triplet: D2, 6D and CC. RGB value is (210,109,204). Sum of RGB (Red+Green+Blue) = 210+109+204=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DCC is #2D9233. Grayscale: #959595. Windows color (decimal): -2986548 or 13397458. OLE color: 13397458.

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

Color convert

RGB 210 109 204 -
CMYK 0 0.48 0.03 0.18
HSL 303.56º 0.53% 0.63% -
HSV(B) 303.56º 0.48% 0.82% -
XYZ 42.95 29 60.46 -
YUV 150.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 210 109 204 0 0.48 0.03 0.18 303.56 0.53 0.63
Hex D2 6D CC 0 30 3 12 130 35 3F
Octal 322 155 314 0 60 3 22 460 65 77
Binary 11010010 1101101 11001100 0 110000 11 10010 100110000 110101 111111

Color Harmonies of #D26DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DCC

Black with #D26DCC

Text Example


Text Example

White with #D26DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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