Html Css Color HEX #D67DDB Orchid

📋 copy color: '#D67DDB'

red 214 ◦ green 125 ◦ blue 219

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

Shades of Orchid #D67DDB

Tints of Orchid #D67DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.4%

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

R = 38.35%
G = 22.4%
B = 39.25%

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

#D67DDB (or 0xD67DDB) is known color: Orchid. HEX triplet: D6, 7D and DB. RGB value is (214,125,219). Sum of RGB (Red+Green+Blue) = 214+125+219=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D67DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DDB is #298224. Grayscale: #A2A2A2. Windows color (decimal): -2720293 or 14384598. OLE color: 14384598.

HSL color Cylindrical-coordinate representation of color #D67DDB: hue angle of 296.81º 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 #D67DDB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 125 219 -
CMYK 0.02 0.43 0 0.14
HSL 296.81º 0.57% 0.67% -
HSV(B) 296.81º 0.43% 0.86% -
XYZ 47.85 34.08 71.07 -
YUV 162.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 214 125 219 0.02 0.43 0 0.14 296.81 0.57 0.67
Hex D6 7D DB 2 2B 0 E 129 39 43
Octal 326 175 333 2 53 0 16 451 71 103
Binary 11010110 1111101 11011011 10 101011 0 1110 100101001 111001 1000011

Color Harmonies of #D67DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DDB

Black with #D67DDB

Text Example


Text Example

White with #D67DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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