Html Css Color HEX #D26CDD Orchid

📋 copy color: '#D26CDD'

red 210 ◦ green 108 ◦ blue 221

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

Shades of Orchid #D26CDD

Tints of Orchid #D26CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 38.96%
G = 20.04%
B = 41%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D26CDD (or 0xD26CDD) is known color: Orchid. HEX triplet: D2, 6C and DD. RGB value is (210,108,221). Sum of RGB (Red+Green+Blue) = 210+108+221=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #D26CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CDD is #2D9322. Grayscale: #979797. Windows color (decimal): -2986787 or 14511314. OLE color: 14511314.

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

Color convert

RGB 210 108 221 -
CMYK 0.05 0.51 0 0.13
HSL 294.16º 0.62% 0.65% -
HSV(B) 294.16º 0.51% 0.87% -
XYZ 44.99 29.65 71.76 -
YUV 151.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 210 108 221 0.05 0.51 0 0.13 294.16 0.62 0.65
Hex D2 6C DD 5 33 0 D 126 3E 41
Octal 322 154 335 5 63 0 15 446 76 101
Binary 11010010 1101100 11011101 101 110011 0 1101 100100110 111110 1000001

Color Harmonies of #D26CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CDD

Black with #D26CDD

Text Example


Text Example

White with #D26CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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