Html Css Color HEX #D26CD6 Orchid

📋 copy color: '#D26CD6'

red 210 ◦ green 108 ◦ blue 214

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

Shades of Orchid #D26CD6

Tints of Orchid #D26CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.23%

R = 39.47%
G = 20.3%
B = 40.23%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D26CD6 (or 0xD26CD6) is known color: Orchid. HEX triplet: D2, 6C and D6. RGB value is (210,108,214). Sum of RGB (Red+Green+Blue) = 210+108+214=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #D26CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CD6 is #2D9329. Grayscale: #969696. Windows color (decimal): -2986794 or 14052562. OLE color: 14052562.

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

Color convert

RGB 210 108 214 -
CMYK 0.02 0.50 0 0.16
HSL 297.74º 0.56% 0.63% -
HSV(B) 297.74º 0.5% 0.84% -
XYZ 44.08 29.28 66.95 -
YUV 150.58 163.79 170.38 -
System Red Green Blue C M Y K H S L
Decimal 210 108 214 0.02 0.50 0 0.16 297.74 0.56 0.63
Hex D2 6C D6 2 32 0 10 12A 38 3F
Octal 322 154 326 2 62 0 20 452 70 77
Binary 11010010 1101100 11010110 10 110010 0 10000 100101010 111000 111111

Color Harmonies of #D26CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CD6

Black with #D26CD6

Text Example


Text Example

White with #D26CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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