Html Css Color HEX #D269C9 Orchid

📋 copy color: '#D269C9'

red 210 ◦ green 105 ◦ blue 201

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

Shades of Orchid #D269C9

Tints of Orchid #D269C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 40.7%
G = 20.35%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D269C9 (or 0xD269C9) is known color: Orchid. HEX triplet: D2, 69 and C9. RGB value is (210,105,201). Sum of RGB (Red+Green+Blue) = 210+105+201=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D269C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269C9 is #2D9636. Grayscale: #939393. Windows color (decimal): -2987575 or 13199826. OLE color: 13199826.

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

Color convert

RGB 210 105 201 -
CMYK 0 0.50 0.04 0.18
HSL 305.14º 0.54% 0.62% -
HSV(B) 305.14º 0.5% 0.82% -
XYZ 42.17 28.02 58.44 -
YUV 147.34 158.29 172.69 -
System Red Green Blue C M Y K H S L
Decimal 210 105 201 0 0.50 0.04 0.18 305.14 0.54 0.62
Hex D2 69 C9 0 32 4 12 131 36 3E
Octal 322 151 311 0 62 4 22 461 66 76
Binary 11010010 1101001 11001001 0 110010 100 10010 100110001 110110 111110

Color Harmonies of #D269C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269C9

Black with #D269C9

Text Example


Text Example

White with #D269C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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