Html Css Color HEX #D268D0 Orchid

📋 copy color: '#D268D0'

red 210 ◦ green 104 ◦ blue 208

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

Shades of Orchid #D268D0

Tints of Orchid #D268D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 40.23%
G = 19.92%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D268D0 (or 0xD268D0) is known color: Orchid. HEX triplet: D2, 68 and D0. RGB value is (210,104,208). Sum of RGB (Red+Green+Blue) = 210+104+208=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D268D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268D0 is #2D972F. Grayscale: #939393. Windows color (decimal): -2987824 or 13658322. OLE color: 13658322.

HSL color Cylindrical-coordinate representation of color #D268D0: hue angle of 301.13º 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 #D268D0 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 104 208 -
CMYK 0 0.50 0.01 0.18
HSL 301.13º 0.54% 0.62% -
HSV(B) 301.13º 0.5% 0.82% -
XYZ 42.91 28.16 62.85 -
YUV 147.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 210 104 208 0 0.50 0.01 0.18 301.13 0.54 0.62
Hex D2 68 D0 0 32 1 12 12D 36 3E
Octal 322 150 320 0 62 1 22 455 66 76
Binary 11010010 1101000 11010000 0 110010 1 10010 100101101 110110 111110

Color Harmonies of #D268D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268D0

Black with #D268D0

Text Example


Text Example

White with #D268D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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