Html Css Color HEX #D67CDB Orchid

📋 copy color: '#D67CDB'

red 214 ◦ green 124 ◦ blue 219

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

Shades of Orchid #D67CDB

Tints of Orchid #D67CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.26%

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

R = 38.42%
G = 22.26%
B = 39.32%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D67CDB (or 0xD67CDB) is known color: Orchid. HEX triplet: D6, 7C and DB. RGB value is (214,124,219). Sum of RGB (Red+Green+Blue) = 214+124+219=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #D67CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CDB is #298324. Grayscale: #A1A1A1. Windows color (decimal): -2720549 or 14384342. OLE color: 14384342.

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

Color convert

RGB 214 124 219 -
CMYK 0.02 0.43 0 0.14
HSL 296.84º 0.57% 0.67% -
HSV(B) 296.84º 0.43% 0.86% -
XYZ 47.73 33.83 71.03 -
YUV 161.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 214 124 219 0.02 0.43 0 0.14 296.84 0.57 0.67
Hex D6 7C DB 2 2B 0 E 129 39 43
Octal 326 174 333 2 53 0 16 451 71 103
Binary 11010110 1111100 11011011 10 101011 0 1110 100101001 111001 1000011

Color Harmonies of #D67CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CDB

Black with #D67CDB

Text Example


Text Example

White with #D67CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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