Html Css Color HEX #D268BE Orchid

📋 copy color: '#D268BE'

red 210 ◦ green 104 ◦ blue 190

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

Shades of Orchid #D268BE

Tints of Orchid #D268BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 41.67%
G = 20.63%
B = 37.7%

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

#D268BE (or 0xD268BE) is known color: Orchid. HEX triplet: D2, 68 and BE. RGB value is (210,104,190). Sum of RGB (Red+Green+Blue) = 210+104+190=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D268BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268BE is #2D9741. Grayscale: #919191. Windows color (decimal): -2987842 or 12478674. OLE color: 12478674.

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

Color convert

RGB 210 104 190 -
CMYK 0 0.50 0.10 0.18
HSL 311.32º 0.54% 0.62% -
HSV(B) 311.32º 0.5% 0.82% -
XYZ 40.82 27.32 51.84 -
YUV 145.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 210 104 190 0 0.50 0.10 0.18 311.32 0.54 0.62
Hex D2 68 BE 0 32 A 12 137 36 3E
Octal 322 150 276 0 62 12 22 467 66 76
Binary 11010010 1101000 10111110 0 110010 1010 10010 100110111 110110 111110

Color Harmonies of #D268BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268BE

Black with #D268BE

Text Example


Text Example

White with #D268BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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