Html Css Color HEX #D269DB Orchid

📋 copy color: '#D269DB'

red 210 ◦ green 105 ◦ blue 219

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

Shades of Orchid #D269DB

Tints of Orchid #D269DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 39.33%
G = 19.66%
B = 41.01%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D269DB (or 0xD269DB) is known color: Orchid. HEX triplet: D2, 69 and DB. RGB value is (210,105,219). Sum of RGB (Red+Green+Blue) = 210+105+219=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D269DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269DB is #2D9624. Grayscale: #959595. Windows color (decimal): -2987557 or 14379474. OLE color: 14379474.

HSL color Cylindrical-coordinate representation of color #D269DB: hue angle of 295.26º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D269DB is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 105 219 -
CMYK 0.04 0.52 0 0.14
HSL 295.26º 0.61% 0.64% -
HSV(B) 295.26º 0.52% 0.86% -
XYZ 44.42 28.92 70.26 -
YUV 149.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 210 105 219 0.04 0.52 0 0.14 295.26 0.61 0.64
Hex D2 69 DB 4 34 0 E 127 3D 40
Octal 322 151 333 4 64 0 16 447 75 100
Binary 11010010 1101001 11011011 100 110100 0 1110 100100111 111101 1000000

Color Harmonies of #D269DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269DB

Black with #D269DB

Text Example


Text Example

White with #D269DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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