Html Css Color HEX #D266DD Orchid

📋 copy color: '#D266DD'

red 210 ◦ green 102 ◦ blue 221

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

Shades of Orchid #D266DD

Tints of Orchid #D266DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.14%

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

R = 39.4%
G = 19.14%
B = 41.46%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D266DD (or 0xD266DD) is known color: Orchid. HEX triplet: D2, 66 and DD. RGB value is (210,102,221). Sum of RGB (Red+Green+Blue) = 210+102+221=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D266DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266DD is #2D9922. Grayscale: #939393. Windows color (decimal): -2988323 or 14509778. OLE color: 14509778.

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

Color convert

RGB 210 102 221 -
CMYK 0.05 0.54 0 0.13
HSL 294.45º 0.64% 0.63% -
HSV(B) 294.45º 0.54% 0.87% -
XYZ 44.38 28.42 71.55 -
YUV 147.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 210 102 221 0.05 0.54 0 0.13 294.45 0.64 0.63
Hex D2 66 DD 5 36 0 D 126 40 3F
Octal 322 146 335 5 66 0 15 446 100 77
Binary 11010010 1100110 11011101 101 110110 0 1101 100100110 1000000 111111

Color Harmonies of #D266DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D266DD

Black with #D266DD

Text Example


Text Example

White with #D266DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D266DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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