#C67BBE

Color #C67BBE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C67BBE

Tints of Orchid #C67BBE

Color information

#C67BBE (or 0xC67BBE) is unknown color: approx Orchid. HEX triplet: C6, 7B and BE. RGB value is (198,123,190). Sum of RGB (Red+Green+Blue) = 198+123+190=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BBE is #398441. Grayscale: #989898. Windows color (decimal): -3769410 or 12483526. OLE color: 12483526.

HSL color Cylindrical-coordinate representation of color #C67BBE: hue angle of 306.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67BBE is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198123190-
CMYK00.380.040.22
HSL306.4º39.68%62.94%-
HSV(B)306.4º37.88%77.65%-
XYZ39.6729.8952.39-
YUV153.06148.85160.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 123 (48.44% from 255) = 24.07%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=38.75%
G=24.07%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812319000.380.040.22306.439.6862.94
HexC67BBE026416132283f
Octal3061732760464264625077
Binary11000110111101110111110010011010010110100110010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BBE; }

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

 H1.HeaderClassName
 {
   color: #C67BBE;
 }
 .AnyTagClassName
 {
   color: #C67BBE;
 }
</style>
background-color css

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

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

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

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

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

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