Html Css Color HEX #D67BDB Orchid

📋 copy color: '#D67BDB'

red 214 ◦ green 123 ◦ blue 219

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

Shades of Orchid #D67BDB

Tints of Orchid #D67BDB

RGB

 RED value IS 214 (83.98% from 255) = 38.49%

 GREEN value IS 123 (48.44% from 255) = 22.12%

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

R = 38.49%
G = 22.12%
B = 39.39%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D67BDB (or 0xD67BDB) is known color: Orchid. HEX triplet: D6, 7B and DB. RGB value is (214,123,219). Sum of RGB (Red+Green+Blue) = 214+123+219=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D67BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BDB is #298424. Grayscale: #A0A0A0. Windows color (decimal): -2720805 or 14384086. OLE color: 14384086.

HSL color Cylindrical-coordinate representation of color #D67BDB: hue angle of 296.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67BDB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 123 219 -
CMYK 0.02 0.44 0 0.14
HSL 296.88º 0.57% 0.67% -
HSV(B) 296.88º 0.44% 0.86% -
XYZ 47.6 33.58 70.99 -
YUV 161.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 214 123 219 0.02 0.44 0 0.14 296.88 0.57 0.67
Hex D6 7B DB 2 2C 0 E 129 39 43
Octal 326 173 333 2 54 0 16 451 71 103
Binary 11010110 1111011 11011011 10 101100 0 1110 100101001 111001 1000011

Color Harmonies of #D67BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BDB

Black with #D67BDB

Text Example


Text Example

White with #D67BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BDB; }

 p { color: rgb(214,123,219); }

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

background-color css

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

 a { background-color: rgb(214,123,219); }

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

border-color css

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

 span { border-color: rgb(214,123,219); }

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