Html Css Color HEX #D67BC0 Orchid

📋 copy color: '#D67BC0'

red 214 ◦ green 123 ◦ blue 192

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

Shades of Orchid #D67BC0

Tints of Orchid #D67BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 40.45%
G = 23.25%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D67BC0 (or 0xD67BC0) is known color: Orchid. HEX triplet: D6, 7B and C0. RGB value is (214,123,192). Sum of RGB (Red+Green+Blue) = 214+123+192=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BC0 is #29843F. Grayscale: #9D9D9D. Windows color (decimal): -2720832 or 12614614. OLE color: 12614614.

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

Color convert

RGB 214 123 192 -
CMYK 0 0.43 0.10 0.16
HSL 314.51º 0.53% 0.66% -
HSV(B) 314.51º 0.43% 0.84% -
XYZ 44.33 32.27 53.76 -
YUV 158.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 214 123 192 0 0.43 0.10 0.16 314.51 0.53 0.66
Hex D6 7B C0 0 2B A 10 13B 35 42
Octal 326 173 300 0 53 12 20 473 65 102
Binary 11010110 1111011 11000000 0 101011 1010 10000 100111011 110101 1000010

Color Harmonies of #D67BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BC0

Black with #D67BC0

Text Example


Text Example

White with #D67BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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