Html Css Color HEX #D268D8 Orchid

📋 copy color: '#D268D8'

red 210 ◦ green 104 ◦ blue 216

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

Shades of Orchid #D268D8

Tints of Orchid #D268D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.75%

R = 39.62%
G = 19.62%
B = 40.75%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D268D8 (or 0xD268D8) is known color: Orchid. HEX triplet: D2, 68 and D8. RGB value is (210,104,216). Sum of RGB (Red+Green+Blue) = 210+104+216=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #D268D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268D8 is #2D9727. Grayscale: #949494. Windows color (decimal): -2987816 or 14182610. OLE color: 14182610.

HSL color Cylindrical-coordinate representation of color #D268D8: hue angle of 296.79º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D268D8 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 104 216 -
CMYK 0.03 0.52 0 0.15
HSL 296.79º 0.59% 0.63% -
HSV(B) 296.79º 0.52% 0.85% -
XYZ 43.92 28.56 68.16 -
YUV 148.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 210 104 216 0.03 0.52 0 0.15 296.79 0.59 0.63
Hex D2 68 D8 3 34 0 F 129 3B 3F
Octal 322 150 330 3 64 0 17 451 73 77
Binary 11010010 1101000 11011000 11 110100 0 1111 100101001 111011 111111

Color Harmonies of #D268D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268D8

Black with #D268D8

Text Example


Text Example

White with #D268D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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