Html Css Color HEX #D266DE Orchid

📋 copy color: '#D266DE'

red 210 ◦ green 102 ◦ blue 222

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

Shades of Orchid #D266DE

Tints of Orchid #D266DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 39.33%
G = 19.1%
B = 41.57%

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

#D266DE (or 0xD266DE) is known color: Orchid. HEX triplet: D2, 66 and DE. RGB value is (210,102,222). Sum of RGB (Red+Green+Blue) = 210+102+222=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #D266DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266DE is #2D9921. Grayscale: #939393. Windows color (decimal): -2988322 or 14575314. OLE color: 14575314.

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

Color convert

RGB 210 102 222 -
CMYK 0.05 0.54 0 0.13
HSL 294º 0.65% 0.64% -
HSV(B) 294º 0.54% 0.87% -
XYZ 44.51 28.48 72.26 -
YUV 147.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 210 102 222 0.05 0.54 0 0.13 294 0.65 0.64
Hex D2 66 DE 5 36 0 D 126 41 40
Octal 322 146 336 5 66 0 15 446 101 100
Binary 11010010 1100110 11011110 101 110110 0 1101 100100110 1000001 1000000

Color Harmonies of #D266DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D266DE

Black with #D266DE

Text Example


Text Example

White with #D266DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D266DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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