Html Css Color HEX #D268C1 Orchid

📋 copy color: '#D268C1'

red 210 ◦ green 104 ◦ blue 193

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

Shades of Orchid #D268C1

Tints of Orchid #D268C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 41.42%
G = 20.51%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D268C1 (or 0xD268C1) is known color: Orchid. HEX triplet: D2, 68 and C1. RGB value is (210,104,193). Sum of RGB (Red+Green+Blue) = 210+104+193=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D268C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268C1 is #2D973E. Grayscale: #919191. Windows color (decimal): -2987839 or 12675282. OLE color: 12675282.

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

Color convert

RGB 210 104 193 -
CMYK 0 0.50 0.08 0.18
HSL 309.62º 0.54% 0.62% -
HSV(B) 309.62º 0.5% 0.82% -
XYZ 41.15 27.45 53.58 -
YUV 145.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 210 104 193 0 0.50 0.08 0.18 309.62 0.54 0.62
Hex D2 68 C1 0 32 8 12 136 36 3E
Octal 322 150 301 0 62 10 22 466 66 76
Binary 11010010 1101000 11000001 0 110010 1000 10010 100110110 110110 111110

Color Harmonies of #D268C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268C1

Black with #D268C1

Text Example


Text Example

White with #D268C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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