Html Css Color HEX #D268D1 Orchid

📋 copy color: '#D268D1'

red 210 ◦ green 104 ◦ blue 209

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

Shades of Orchid #D268D1

Tints of Orchid #D268D1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.89%

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 40.15%
G = 19.89%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D268D1 (or 0xD268D1) is known color: Orchid. HEX triplet: D2, 68 and D1. RGB value is (210,104,209). Sum of RGB (Red+Green+Blue) = 210+104+209=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D268D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268D1 is #2D972E. Grayscale: #939393. Windows color (decimal): -2987823 or 13723858. OLE color: 13723858.

HSL color Cylindrical-coordinate representation of color #D268D1: hue angle of 300.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268D1 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 104 209 -
CMYK 0 0.50 0.00 0.18
HSL 300.57º 0.54% 0.62% -
HSV(B) 300.57º 0.5% 0.82% -
XYZ 43.04 28.21 63.5 -
YUV 147.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 210 104 209 0 0.50 0.00 0.18 300.57 0.54 0.62
Hex D2 68 D1 0 32 0 12 12D 36 3E
Octal 322 150 321 0 62 0 22 455 66 76
Binary 11010010 1101000 11010001 0 110010 0 10010 100101101 110110 111110

Color Harmonies of #D268D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268D1

Black with #D268D1

Text Example


Text Example

White with #D268D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268D1; }

 p { color: rgb(210,104,209); }

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

background-color css

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

 a { background-color: rgb(210,104,209); }

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

border-color css

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

 span { border-color: rgb(210,104,209); }

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