Html Css Color HEX #D268C9 Orchid

📋 copy color: '#D268C9'

red 210 ◦ green 104 ◦ blue 201

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

Shades of Orchid #D268C9

Tints of Orchid #D268C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 40.78%
G = 20.19%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D268C9 (or 0xD268C9) is known color: Orchid. HEX triplet: D2, 68 and C9. RGB value is (210,104,201). Sum of RGB (Red+Green+Blue) = 210+104+201=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D268C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268C9 is #2D9736. Grayscale: #929292. Windows color (decimal): -2987831 or 13199570. OLE color: 13199570.

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

Color convert

RGB 210 104 201 -
CMYK 0 0.50 0.04 0.18
HSL 305.09º 0.54% 0.62% -
HSV(B) 305.09º 0.5% 0.82% -
XYZ 42.07 27.82 58.41 -
YUV 146.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 210 104 201 0 0.50 0.04 0.18 305.09 0.54 0.62
Hex D2 68 C9 0 32 4 12 131 36 3E
Octal 322 150 311 0 62 4 22 461 66 76
Binary 11010010 1101000 11001001 0 110010 100 10010 100110001 110110 111110

Color Harmonies of #D268C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268C9

Black with #D268C9

Text Example


Text Example

White with #D268C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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