Html Css Color HEX #D267DB Orchid

📋 copy color: '#D267DB'

red 210 ◦ green 103 ◦ blue 219

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

Shades of Orchid #D267DB

Tints of Orchid #D267DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.36%

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

R = 39.47%
G = 19.36%
B = 41.17%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D267DB (or 0xD267DB) is known color: Orchid. HEX triplet: D2, 67 and DB. RGB value is (210,103,219). Sum of RGB (Red+Green+Blue) = 210+103+219=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #D267DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267DB is #2D9824. Grayscale: #939393. Windows color (decimal): -2988069 or 14378962. OLE color: 14378962.

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

Color convert

RGB 210 103 219 -
CMYK 0.04 0.53 0 0.14
HSL 295.34º 0.62% 0.63% -
HSV(B) 295.34º 0.53% 0.86% -
XYZ 44.21 28.52 70.19 -
YUV 148.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 210 103 219 0.04 0.53 0 0.14 295.34 0.62 0.63
Hex D2 67 DB 4 35 0 E 127 3E 3F
Octal 322 147 333 4 65 0 16 447 76 77
Binary 11010010 1100111 11011011 100 110101 0 1110 100100111 111110 111111

Color Harmonies of #D267DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267DB

Black with #D267DB

Text Example


Text Example

White with #D267DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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