Html Css Color HEX #D67BBE Orchid

📋 copy color: '#D67BBE'

red 214 ◦ green 123 ◦ blue 190

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

Shades of Orchid #D67BBE

Tints of Orchid #D67BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 40.61%
G = 23.34%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D67BBE (or 0xD67BBE) is known color: Orchid. HEX triplet: D6, 7B and BE. RGB value is (214,123,190). Sum of RGB (Red+Green+Blue) = 214+123+190=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BBE is #298441. Grayscale: #9D9D9D. Windows color (decimal): -2720834 or 12483542. OLE color: 12483542.

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

Color convert

RGB 214 123 190 -
CMYK 0 0.43 0.11 0.16
HSL 315.82º 0.53% 0.66% -
HSV(B) 315.82º 0.43% 0.84% -
XYZ 44.11 32.18 52.6 -
YUV 157.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 214 123 190 0 0.43 0.11 0.16 315.82 0.53 0.66
Hex D6 7B BE 0 2B B 10 13C 35 42
Octal 326 173 276 0 53 13 20 474 65 102
Binary 11010110 1111011 10111110 0 101011 1011 10000 100111100 110101 1000010

Color Harmonies of #D67BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BBE

Black with #D67BBE

Text Example


Text Example

White with #D67BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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