#C671C4

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

Shades of Orchid #C671C4

Tints of Orchid #C671C4

Color information

#C671C4 (or 0xC671C4) is unknown color: approx Orchid. HEX triplet: C6, 71 and C4. RGB value is (198,113,196). Sum of RGB (Red+Green+Blue) = 198+113+196=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C671C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671C4 is #398E3B. Grayscale: #939393. Windows color (decimal): -3771964 or 12874182. OLE color: 12874182.

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

Color convert

RGB198113196-
CMYK00.430.010.22
HSL301.41º42.71%60.98%-
HSV(B)301.41º42.93%77.65%-
XYZ39.1627.855.53-
YUV147.88155.16163.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=39.05%
G=22.29%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811319600.430.010.22301.4142.7160.98
HexC671C402B11612d2b3d
Octal3061613040531264555375
Binary110001101110001110001000101011110110100101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C671C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C671C4; }

 p { color: rgb(198,113,196); }

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

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

 a { background-color: rgb(198,113,196); }

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

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

 span { border-color: rgb(198,113,196); }

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