Html Css Color HEX #D268CE Orchid

📋 copy color: '#D268CE'

red 210 ◦ green 104 ◦ blue 206

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

Shades of Orchid #D268CE

Tints of Orchid #D268CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 40.38%
G = 20%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D268CE (or 0xD268CE) is known color: Orchid. HEX triplet: D2, 68 and CE. RGB value is (210,104,206). Sum of RGB (Red+Green+Blue) = 210+104+206=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D268CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268CE is #2D9731. Grayscale: #939393. Windows color (decimal): -2987826 or 13527250. OLE color: 13527250.

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

Color convert

RGB 210 104 206 -
CMYK 0 0.50 0.02 0.18
HSL 302.26º 0.54% 0.62% -
HSV(B) 302.26º 0.5% 0.82% -
XYZ 42.67 28.06 61.56 -
YUV 147.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 210 104 206 0 0.50 0.02 0.18 302.26 0.54 0.62
Hex D2 68 CE 0 32 2 12 12E 36 3E
Octal 322 150 316 0 62 2 22 456 66 76
Binary 11010010 1101000 11001110 0 110010 10 10010 100101110 110110 111110

Color Harmonies of #D268CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268CE

Black with #D268CE

Text Example


Text Example

White with #D268CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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