Html Css Color HEX #D268BF Orchid

📋 copy color: '#D268BF'

red 210 ◦ green 104 ◦ blue 191

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

Shades of Orchid #D268BF

Tints of Orchid #D268BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 41.58%
G = 20.59%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D268BF (or 0xD268BF) is known color: Orchid. HEX triplet: D2, 68 and BF. RGB value is (210,104,191). Sum of RGB (Red+Green+Blue) = 210+104+191=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D268BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268BF is #2D9740. Grayscale: #919191. Windows color (decimal): -2987841 or 12544210. OLE color: 12544210.

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

Color convert

RGB 210 104 191 -
CMYK 0 0.50 0.09 0.18
HSL 310.75º 0.54% 0.62% -
HSV(B) 310.75º 0.5% 0.82% -
XYZ 40.93 27.36 52.41 -
YUV 145.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 210 104 191 0 0.50 0.09 0.18 310.75 0.54 0.62
Hex D2 68 BF 0 32 9 12 137 36 3E
Octal 322 150 277 0 62 11 22 467 66 76
Binary 11010010 1101000 10111111 0 110010 1001 10010 100110111 110110 111110

Color Harmonies of #D268BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268BF

Black with #D268BF

Text Example


Text Example

White with #D268BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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