Html Css Color HEX #D269BF Orchid

📋 copy color: '#D269BF'

red 210 ◦ green 105 ◦ blue 191

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

Shades of Orchid #D269BF

Tints of Orchid #D269BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.75%

R = 41.5%
G = 20.75%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D269BF (or 0xD269BF) is known color: Orchid. HEX triplet: D2, 69 and BF. RGB value is (210,105,191). Sum of RGB (Red+Green+Blue) = 210+105+191=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D269BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269BF is #2D9640. Grayscale: #919191. Windows color (decimal): -2987585 or 12544466. OLE color: 12544466.

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

Color convert

RGB 210 105 191 -
CMYK 0 0.50 0.09 0.18
HSL 310.86º 0.54% 0.62% -
HSV(B) 310.86º 0.5% 0.82% -
XYZ 41.03 27.57 52.45 -
YUV 146.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 210 105 191 0 0.50 0.09 0.18 310.86 0.54 0.62
Hex D2 69 BF 0 32 9 12 137 36 3E
Octal 322 151 277 0 62 11 22 467 66 76
Binary 11010010 1101001 10111111 0 110010 1001 10010 100110111 110110 111110

Color Harmonies of #D269BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269BF

Black with #D269BF

Text Example


Text Example

White with #D269BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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