Html Css Color HEX #D67CBF Orchid

📋 copy color: '#D67CBF'

red 214 ◦ green 124 ◦ blue 191

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

Shades of Orchid #D67CBF

Tints of Orchid #D67CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.11%

R = 40.45%
G = 23.44%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D67CBF (or 0xD67CBF) is known color: Orchid. HEX triplet: D6, 7C and BF. RGB value is (214,124,191). Sum of RGB (Red+Green+Blue) = 214+124+191=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CBF is #298340. Grayscale: #9E9E9E. Windows color (decimal): -2720577 or 12549334. OLE color: 12549334.

HSL color Cylindrical-coordinate representation of color #D67CBF: hue angle of 315.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67CBF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 124 191 -
CMYK 0 0.42 0.11 0.16
HSL 315.33º 0.52% 0.66% -
HSV(B) 315.33º 0.42% 0.84% -
XYZ 44.34 32.47 53.22 -
YUV 158.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 214 124 191 0 0.42 0.11 0.16 315.33 0.52 0.66
Hex D6 7C BF 0 2A B 10 13B 34 42
Octal 326 174 277 0 52 13 20 473 64 102
Binary 11010110 1111100 10111111 0 101010 1011 10000 100111011 110100 1000010

Color Harmonies of #D67CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CBF

Black with #D67CBF

Text Example


Text Example

White with #D67CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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