Html Css Color HEX #D269D1 Orchid

📋 copy color: '#D269D1'

red 210 ◦ green 105 ◦ blue 209

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

Shades of Orchid #D269D1

Tints of Orchid #D269D1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.04%

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

R = 40.08%
G = 20.04%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D269D1 (or 0xD269D1) is known color: Orchid. HEX triplet: D2, 69 and D1. RGB value is (210,105,209). Sum of RGB (Red+Green+Blue) = 210+105+209=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D269D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269D1 is #2D962E. Grayscale: #939393. Windows color (decimal): -2987567 or 13724114. OLE color: 13724114.

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

Color convert

RGB 210 105 209 -
CMYK 0 0.50 0.00 0.18
HSL 300.57º 0.54% 0.62% -
HSV(B) 300.57º 0.5% 0.82% -
XYZ 43.14 28.41 63.53 -
YUV 148.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 210 105 209 0 0.50 0.00 0.18 300.57 0.54 0.62
Hex D2 69 D1 0 32 0 12 12D 36 3E
Octal 322 151 321 0 62 0 22 455 66 76
Binary 11010010 1101001 11010001 0 110010 0 10010 100101101 110110 111110

Color Harmonies of #D269D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269D1

Black with #D269D1

Text Example


Text Example

White with #D269D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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