Html Css Color HEX #D269C1 Orchid

📋 copy color: '#D269C1'

red 210 ◦ green 105 ◦ blue 193

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

Shades of Orchid #D269C1

Tints of Orchid #D269C1

RGB

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

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

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

R = 41.34%
G = 20.67%
B = 37.99%

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

#D269C1 (or 0xD269C1) is known color: Orchid. HEX triplet: D2, 69 and C1. RGB value is (210,105,193). Sum of RGB (Red+Green+Blue) = 210+105+193=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D269C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269C1 is #2D963E. Grayscale: #929292. Windows color (decimal): -2987583 or 12675538. OLE color: 12675538.

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

Color convert

RGB 210 105 193 -
CMYK 0 0.50 0.08 0.18
HSL 309.71º 0.54% 0.62% -
HSV(B) 309.71º 0.5% 0.82% -
XYZ 41.26 27.66 53.62 -
YUV 146.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 210 105 193 0 0.50 0.08 0.18 309.71 0.54 0.62
Hex D2 69 C1 0 32 8 12 136 36 3E
Octal 322 151 301 0 62 10 22 466 66 76
Binary 11010010 1101001 11000001 0 110010 1000 10010 100110110 110110 111110

Color Harmonies of #D269C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269C1

Black with #D269C1

Text Example


Text Example

White with #D269C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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