Html Css Color HEX #D26CDC Orchid

📋 copy color: '#D26CDC'

red 210 ◦ green 108 ◦ blue 220

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

Shades of Orchid #D26CDC

Tints of Orchid #D26CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 39.03%
G = 20.07%
B = 40.89%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D26CDC (or 0xD26CDC) is known color: Orchid. HEX triplet: D2, 6C and DC. RGB value is (210,108,220). Sum of RGB (Red+Green+Blue) = 210+108+220=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D26CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CDC is #2D9323. Grayscale: #969696. Windows color (decimal): -2986788 or 14445778. OLE color: 14445778.

HSL color Cylindrical-coordinate representation of color #D26CDC: hue angle of 294.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26CDC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 108 220 -
CMYK 0.05 0.51 0 0.14
HSL 294.64º 0.62% 0.64% -
HSV(B) 294.64º 0.51% 0.86% -
XYZ 44.86 29.59 71.06 -
YUV 151.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 210 108 220 0.05 0.51 0 0.14 294.64 0.62 0.64
Hex D2 6C DC 5 33 0 E 127 3E 40
Octal 322 154 334 5 63 0 16 447 76 100
Binary 11010010 1101100 11011100 101 110011 0 1110 100100111 111110 1000000

Color Harmonies of #D26CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CDC

Black with #D26CDC

Text Example


Text Example

White with #D26CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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