#C672C3

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

Shades of Orchid #C672C3

Tints of Orchid #C672C3

Color information

#C672C3 (or 0xC672C3) is unknown color: approx Orchid. HEX triplet: C6, 72 and C3. RGB value is (198,114,195). Sum of RGB (Red+Green+Blue) = 198+114+195=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C672C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672C3 is #398D3C. Grayscale: #949494. Windows color (decimal): -3771709 or 12808902. OLE color: 12808902.

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

Color convert

RGB198114195-
CMYK00.420.020.22
HSL302.14º42.42%61.18%-
HSV(B)302.14º42.42%77.65%-
XYZ39.1627.9854.97-
YUV148.35154.33163.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=39.05%
G=22.49%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811419500.420.020.22302.1442.4261.18
HexC672C302A21612e2a3d
Octal3061623030522264565275
Binary1100011011100101100001101010101010110100101110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C672C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C672C3; }

 p { color: rgb(198,114,195); }

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

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

 a { background-color: rgb(198,114,195); }

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

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

 span { border-color: rgb(198,114,195); }

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