Html Css Color HEX #D267D1 Orchid

📋 copy color: '#D267D1'

red 210 ◦ green 103 ◦ blue 209

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

Shades of Orchid #D267D1

Tints of Orchid #D267D1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.73%

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

R = 40.23%
G = 19.73%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D267D1 (or 0xD267D1) is known color: Orchid. HEX triplet: D2, 67 and D1. RGB value is (210,103,209). Sum of RGB (Red+Green+Blue) = 210+103+209=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D267D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267D1 is #2D982E. Grayscale: #929292. Windows color (decimal): -2988079 or 13723602. OLE color: 13723602.

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

Color convert

RGB 210 103 209 -
CMYK 0 0.51 0.00 0.18
HSL 300.56º 0.54% 0.61% -
HSV(B) 300.56º 0.51% 0.82% -
XYZ 42.94 28.01 63.46 -
YUV 147.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 210 103 209 0 0.51 0.00 0.18 300.56 0.54 0.61
Hex D2 67 D1 0 33 0 12 12D 36 3D
Octal 322 147 321 0 63 0 22 455 66 75
Binary 11010010 1100111 11010001 0 110011 0 10010 100101101 110110 111101

Color Harmonies of #D267D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267D1

Black with #D267D1

Text Example


Text Example

White with #D267D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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