Html Css Color HEX #D268BC Orchid

📋 copy color: '#D268BC'

red 210 ◦ green 104 ◦ blue 188

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

Shades of Orchid #D268BC

Tints of Orchid #D268BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 41.83%
G = 20.72%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D268BC (or 0xD268BC) is known color: Orchid. HEX triplet: D2, 68 and BC. RGB value is (210,104,188). Sum of RGB (Red+Green+Blue) = 210+104+188=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D268BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268BC is #2D9743. Grayscale: #919191. Windows color (decimal): -2987844 or 12347602. OLE color: 12347602.

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

Color convert

RGB 210 104 188 -
CMYK 0 0.50 0.10 0.18
HSL 312.45º 0.54% 0.62% -
HSV(B) 312.45º 0.5% 0.82% -
XYZ 40.61 27.23 50.69 -
YUV 145.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 210 104 188 0 0.50 0.10 0.18 312.45 0.54 0.62
Hex D2 68 BC 0 32 A 12 138 36 3E
Octal 322 150 274 0 62 12 22 470 66 76
Binary 11010010 1101000 10111100 0 110010 1010 10010 100111000 110110 111110

Color Harmonies of #D268BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268BC

Black with #D268BC

Text Example


Text Example

White with #D268BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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