#C675BF

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

Shades of Orchid #C675BF

Tints of Orchid #C675BF

Color information

#C675BF (or 0xC675BF) is unknown color: approx Orchid. HEX triplet: C6, 75 and BF. RGB value is (198,117,191). Sum of RGB (Red+Green+Blue) = 198+117+191=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C675BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675BF is #398A40. Grayscale: #959595. Windows color (decimal): -3770945 or 12547526. OLE color: 12547526.

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

Color convert

RGB198117191-
CMYK00.410.040.22
HSL305.19º41.54%61.76%-
HSV(B)305.19º40.91%77.65%-
XYZ39.0528.4952.73-
YUV149.66151.34162.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 191 (75% from 255) = 37.75%
R=39.13%
G=23.12%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811719100.410.040.22305.1941.5461.76
HexC675BF0294161312a3e
Octal3061652770514264615276
Binary11000110111010110111111010100110010110100110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675BF; }

 p { color: rgb(198,117,191); }

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

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

 a { background-color: rgb(198,117,191); }

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

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

 span { border-color: rgb(198,117,191); }

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