Html Css Color HEX #D269D6 Orchid

📋 copy color: '#D269D6'

red 210 ◦ green 105 ◦ blue 214

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

Shades of Orchid #D269D6

Tints of Orchid #D269D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 39.7%
G = 19.85%
B = 40.45%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D269D6 (or 0xD269D6) is known color: Orchid. HEX triplet: D2, 69 and D6. RGB value is (210,105,214). Sum of RGB (Red+Green+Blue) = 210+105+214=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #D269D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269D6 is #2D9629. Grayscale: #949494. Windows color (decimal): -2987562 or 14051794. OLE color: 14051794.

HSL color Cylindrical-coordinate representation of color #D269D6: hue angle of 297.8º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D269D6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 105 214 -
CMYK 0.02 0.51 0 0.16
HSL 297.8º 0.57% 0.63% -
HSV(B) 297.8º 0.51% 0.84% -
XYZ 43.77 28.66 66.84 -
YUV 148.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 210 105 214 0.02 0.51 0 0.16 297.8 0.57 0.63
Hex D2 69 D6 2 33 0 10 12A 39 3F
Octal 322 151 326 2 63 0 20 452 71 77
Binary 11010010 1101001 11010110 10 110011 0 10000 100101010 111001 111111

Color Harmonies of #D269D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269D6

Black with #D269D6

Text Example


Text Example

White with #D269D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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