Html Css Color HEX #D262D1 Orchid

📋 copy color: '#D262D1'

red 210 ◦ green 98 ◦ blue 209

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

Shades of Orchid #D262D1

Tints of Orchid #D262D1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.96%

 BLUE value IS 209 (82.03% from 255) = 40.43%

R = 40.62%
G = 18.96%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D262D1 (or 0xD262D1) is known color: Orchid. HEX triplet: D2, 62 and D1. RGB value is (210,98,209). Sum of RGB (Red+Green+Blue) = 210+98+209=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D262D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262D1 is #2D9D2E. Grayscale: #8F8F8F. Windows color (decimal): -2989359 or 13722322. OLE color: 13722322.

HSL color Cylindrical-coordinate representation of color #D262D1: hue angle of 300.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D262D1 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 98 209 -
CMYK 0 0.53 0.00 0.18
HSL 300.54º 0.55% 0.6% -
HSV(B) 300.54º 0.53% 0.82% -
XYZ 42.45 27.04 63.3 -
YUV 144.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 210 98 209 0 0.53 0.00 0.18 300.54 0.55 0.6
Hex D2 62 D1 0 35 0 12 12D 37 3C
Octal 322 142 321 0 65 0 22 455 67 74
Binary 11010010 1100010 11010001 0 110101 0 10010 100101101 110111 111100

Color Harmonies of #D262D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D262D1

Black with #D262D1

Text Example


Text Example

White with #D262D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D262D1; }

 p { color: rgb(210,98,209); }

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

background-color css

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

 a { background-color: rgb(210,98,209); }

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

border-color css

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

 span { border-color: rgb(210,98,209); }

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